audioMixingStateChanged property

AudioMixingStateCallback? audioMixingStateChanged
getter/setter pair

Occurs when the playback state of the music file changes. This callback occurs when the playback state of the music file changes, and reports the current state and error code.

Param state The playback state of the music file.

Param reason The reason why the playback state of the music file changes.

Implementation

AudioMixingStateCallback? audioMixingStateChanged;