audio_service library
Classes
- AudioService
- Client API to connect with and communciate with the background audio task. [...]
- AudioServiceBackground
- Background API to be used by your background audio task. [...]
- AudioServiceWidget
- A widget that maintains a connection to AudioService. [...]
- BackgroundAudioTask
- An audio task that can run in the background and react to audio events. [...]
- MediaControl
- A button to appear in the Android notification, lock screen, Android smart watch, or Android Auto device. The set of buttons you would like to display at any given moment should be set via AudioServiceBackground.setState. [...]
- MediaItem
- Metadata about an audio item that can be played, or a folder containing audio items.
- PlaybackState
- The playback state for the audio service which includes a playing boolean state, a processing state such as AudioProcessingState.buffering, the playback position and the currently enabled actions to be shown in the Android notification or the iOS control center.
- Rating
- A rating to attach to a MediaItem.
Enums
- AudioProcessingState
- The different states during audio processing.
- AudioServiceRepeatMode
- AudioServiceShuffleMode
- MediaAction
- The actons associated with playing audio.
- MediaButton
- The different buttons on a headset.
- RatingStyle