Interface StateChangeAudioNodePayload

interface StateChangeAudioNodePayload {
    newState: AudioPlayerStatus;
    oldState: AudioPlayerStatus;
    type: StateChange;
}

Properties

newState: AudioPlayerStatus
oldState: AudioPlayerStatus