WatchableAudioProperties enum
Constants
- audioBuffering → const WatchableAudioProperties
-
const WatchableAudioProperties(2)
- audioLength → const WatchableAudioProperties
-
const WatchableAudioProperties(1)
- audioPlayerState → const WatchableAudioProperties
-
const WatchableAudioProperties(0)
- audioPlayhead → const WatchableAudioProperties
-
const WatchableAudioProperties(3)
- audioSeeking → const WatchableAudioProperties
-
const WatchableAudioProperties(4)
-
values
→ const List<
WatchableAudioProperties> -
A constant List of the values in this enum, in order of their declaration.
const List<
WatchableAudioProperties>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited