audiofileplayer library
Classes
- Audio
- A plugin for audio playback.
- MediaEvent
- Represents events received from the OS's background audio system (e.g. iOS lockscreen/control center, bluetooth controllers, etc) and from Android buttons in the notification.
Enums
- MediaActionType
- Specifies an action that the OS's background audio system may support.
Constants
- absolutePathKey → const String
- audioBytesKey → const String
- audioIdKey → const String
- channelName → const String
- durationSecondsKey → const String
- endpointSecondsKey → const String
- errorCode → const String
- flutterPathKey → const String
- loadMethod → const String
- loopingKey → const String
- mediaCustom → const String
- mediaCustomDrawableResourceKey → const String
- mediaCustomEventIdKey → const String
- mediaCustomTitleKey → const String
- mediaEventTypeKey → const String
- mediaNext → const String
- mediaPause → const String
- mediaPlay → const String
- mediaPlayPause → const String
- mediaPrevious → const String
- mediaSeekBackward → const String
- mediaSeekForward → const String
- mediaSeekTo → const String
- mediaSeekToPositionSecondsKey → const String
- mediaSkipBackward → const String
- mediaSkipForward → const String
- mediaSkipIntervalSecondsKey → const String
- mediaStop → const String
- onCompleteCallback → const String
- onDurationCallback → const String
- onMediaEventCallback → const String
- onPositionCallback → const String
- pauseMethod → const String
- playFromStartKey → const String
- playInBackgroundKey → const String
- playMethod → const String
- positionSecondsKey → const String
- releaseMethod → const String
- remoteUrlKey → const String
- seekMethod → const String
- setVolumeMethod → const String
- volumeKey → const String
Properties
- audioMethodChannel ↔ MethodChannel
-
getter/setter pair