An active audio source registered by a napplet.
const source: AudioSource = { windowId: 'win-1', nappletClass: 'music-player', title: 'Now Playing', muted: false,}; Copy
const source: AudioSource = { windowId: 'win-1', nappletClass: 'music-player', title: 'Now Playing', muted: false,};
Whether this source is currently muted.
The napplet class/type (e.g., 'music-player').
Human-readable title for the audio source.
The napplet window that registered this audio source.
An active audio source registered by a napplet.
Example