chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio / WebAudioDomain / nodesDisconnected

nodesDisconnected

fun nodesDisconnected(): Flow<NodesDisconnectedEvent>

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

Official doc