KinescopePlayerStatus class

Current status of the player.

Annotations

Properties

hashCode int
The hash code for this object.
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.
override

Operators

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

Static Properties

values Iterable<KinescopePlayerStatus>
List of available values of player status
getter/setter pair

Constants

ended → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player has ended playing a video.
pause → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player is paused.
playing → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player is playing video.
ready → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player is ready to play video.
unknown → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player is not loaded with video.
waiting → const KinescopePlayerStatus
Denotes KinescopePlayerStatus when player is buffering bytes from the internet.