androidStartAudioPlayingInBackground | |||||||
Type | handler | ||||||
Dictionary | library.androidbgaudio | ||||||
Library | Android Background Audio | ||||||
Syntax |
| ||||||
Associations | com.livecode.library.androidbgaudio | ||||||
Summary | Start playing audio in the background. | ||||||
OS | android | ||||||
Parameters |
| ||||||
Related | Handler: androidStopAudioPlayingInBackground, androidPauseAudioPlayingInBackground | ||||||
Description | Use the androidStartAudioPlayingInBackground handler to start playing the audio contained in the file pAudio in the background. The audio continues playing until it finishes while the app is suspended, or until it is paused or stopped using the androidStopAudioPlayingInBackground or androidPauseAudioPlayingInBackground handlers are used. |