easy_audio_player library Null safety
Classes
- AudioPlayerService
- An implementation of AudioPlayer with JustAudioBackground for notification handelding and AudioSession to tell the system how to deal with the played audio , it provides a singleton that all widgets can depend on to access the audio Player events and callbacks .
- AudioSource
- Specifies a source of audio to be played. Audio sources are composable using the subclasses of this class. The same AudioSource instance should not be used simultaneously by more than one AudioPlayer.
- ClippingAudioSource
- An AudioSource that clips the audio of a UriAudioSource between a certain start and end time.
- DashAudioSource
- An AudioSource representing a DASH stream. The following URI schemes are supported:
- HlsAudioSource
- An AudioSource representing an HLS stream. The following URI schemes are supported:
- LoopingAudioSource
- ProgressiveAudioSource
- An AudioSource representing a regular media file such as an MP3 or M4A file. The following URI schemes are supported: