AudioManagerEvents enum

Play callback event enumeration

Inheritance

Constructors

AudioManagerEvents()
const

Values

start → const AudioManagerEvents

start load data

ready → const AudioManagerEvents

ready to play. If you want to invoke seekTo, you must follow this callback

seekComplete → const AudioManagerEvents

seek completed

buffering → const AudioManagerEvents

buffering size

playstatus → const AudioManagerEvents

isPlaying status

timeupdate → const AudioManagerEvents
error → const AudioManagerEvents
next → const AudioManagerEvents
previous → const AudioManagerEvents
ended → const AudioManagerEvents
stop → const AudioManagerEvents

Android notification bar click Close

volumeChange → const AudioManagerEvents

⚠️ IOS simulator is invalid, please use real machine

unknow → const AudioManagerEvents

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AudioManagerEvents>
A constant List of the values in this enum, in order of their declaration.