androidStartAudioPlayingInBackground

Typehandler
Dictionarylibrary.androidbgaudio
LibraryAndroid Background Audio
Syntax
androidStartAudioPlayingInBackground(<pAudio>)
Associationscom.livecode.library.androidbgaudio
Summary

Start playing audio in the background.

OSandroid
Parameters
NameTypeDescription
pAudio

The full path to the audio file to start playing

RelatedHandler: 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.