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,};
An active audio source registered by a napplet.
Example