IPlaylistSettings class abstract

Settings to load or queue a playlist.

Implemented types
Annotations
  • @anonymous
  • @JS()

Constructors

IPlaylistSettings({String list, String listType, num index, 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 pairinherited
hashCode int
The hash code for this object.
no setterinherited
index num
Start index of the playlist, if not 0.
getter/setter pair
list String
Identifier for the listType videos list.
getter/setter pair
listType String
Which type of content loads in the player.
getter/setter pair
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 pairinherited
suggestedQuality String
Suggested video player quality.
getter/setter pairinherited

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