| AudioEvent |
An event related to an audio player.
|
| AudioEventAdapter |
Adapter for different event handlers as method overrides
|
| PlayerPauseEvent |
Event that is fired when a player is paused.
|
| PlayerResumeEvent |
Event that is fired when a player is resumed.
|
| TrackEndEvent |
Event that is fired when an audio track ends in an audio player, either by interruption, exception or reaching the end.
|
| TrackExceptionEvent |
Event that is fired when an exception occurs in an audio track that causes it to halt or not start.
|
| TrackStartEvent |
Event that is fired when a track starts playing.
|
| TrackStuckEvent |
Event that is fired when a track was started, but no audio frames from it have arrived in a long time, specified
by the threshold set via AudioPlayerManager.setTrackStuckThreshold().
|