Android Background Audio | |
Type | library |
Dictionary | library.androidbgaudio |
Library | Android Background Audio |
Associations | com.livecode.library.androidbgaudio |
Summary | This library provides an API for playing background audio on Android |
OS | android |
Description | Use this library to start and control a background audio service that will continue playing when the current application is suspended. |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | androidIsAudioPlayingInBackground | Whether there is currently any audio playing in the background | androidIsAudioPlayingInBackground() |
- - - | androidPauseAudioPlayingInBackground | Pause the currently playing background audio | androidPauseAudioPlayingInBackground() |
- - - | androidResumeAudioPlayingInBackground | Resume the currently paused background audio | androidResumeAudioPlayingInBackground() |
- - - | androidStartAudioPlayingInBackground | Start playing audio in the background. | androidStartAudioPlayingInBackground(<pAudio>) |
- - - | androidStopAudioPlayingInBackground | Stop playing audio in the background. | androidStopAudioPlayingInBackground() |
library | Android Background Audio | This library provides an API for playing background audio on Android | androidStopAudioPlayingInBackground() |