VideoOrPlaylistSettings class abstract

Settings to load, play, or queue a video or playlist.

Implementers
Annotations
  • @anonymous
  • @JS()

Constructors

VideoOrPlaylistSettings({num startSeconds, num endSeconds, String suggestedQuality})
factory

Properties

endSeconds num
Time, in seconds from the end of the (first) video, when to end playing.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startSeconds num
Time, in seconds from the beginning of the (first) video, when to start playing.
getter/setter pair
suggestedQuality String
Suggested video player quality.
getter/setter pair

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