MediaStatus class

Constructors

MediaStatus(int rawValue)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
rawValue int
final
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
test(int s) bool
toString() String
A string representation of this object.
override

Operators

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

Constants

buffered → const int
buffering → const int
end → const int
invalid → const int
loaded → const int
loading → const int
noMedia → const int
prepared → const int
seeking → const int
stalled → const int
unloaded → const int