Android Background Audio

Typelibrary
Dictionarylibrary.androidbgaudio
LibraryAndroid Background Audio
Associationscom.livecode.library.androidbgaudio
Summary

This library provides an API for playing background audio on Android

OSandroid
Description

Use this library to start and control a background audio service that will continue playing when the current application is suspended.

TypeNameSummarySyntax
handlerandroidIsAudioPlayingInBackground

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()

libraryAndroid Background Audio

This library provides an API for playing background audio on Android

androidStopAudioPlayingInBackground()