Android Background Audio
This library provides an API for playing background audio on Android
This library provides an API for playing background audio on Android
Gets the current time of the playing audio in milliseconds. If no audio is playing in the background, then 0 is returned.
Gets the duration of the currently playing audio in milliseconds.
Whether there is currently any audio playing in the background
Pause the currently playing background audio
Resume the currently paused background audio
Sets the current time of the playing audio in milliseconds. This command has no effect if there is no audio playing in the background.
Start playing audio in the background.
Stop playing audio in the background.
Sent when the audio has finished playing