Processing state of the audio buffer:
"stopped"
"playing"
"paused"
You can get the state with [BufferSourceAudioTrack.on("source-state-change")]IBufferSourceAudioTrack.event_source_state_change.
Processing state of the audio buffer:
"stopped"
: The SDK stops processing the audio buffer. Reasons may include:"playing"
: The SDK is processing the audio buffer."paused"
: The SDK pauses processing the audio buffer.You can get the state with [BufferSourceAudioTrack.on("source-state-change")]IBufferSourceAudioTrack.event_source_state_change.