BetterPlayerPlaylistConfiguration class
Additional configuration used in Better Player Playlist player.
Constructors
- BetterPlayerPlaylistConfiguration({Duration nextVideoDelay = const Duration(milliseconds: 3000), bool loopVideos = true, int initialStartIndex = 0})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialStartIndex → int
-
Index of video that will start on playlist start. Id must be less than
elements in data source list. Default is 0.
final
- loopVideos → bool
-
Should videos be looped
final
- nextVideoDelay → Duration
-
How long user should wait for next video
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited