MediaSessionPlaybackState class abstract

Media session playback state types.

See MediaSession.playbackState.

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.
inherited

Operators

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

Constants

none → const String
The browsing context doesn't currently know the current playback state, or the playback state is not available at this time.
paused → const String
The browser's media session is currently paused. Playback may be resumed.
playing → const String
The browser's media session is currently playing media, which can be paused.