OverLayOptions class

Constructors

OverLayOptions({required PodVideoState podVideoState, required Duration videoDuration, required Duration videoPosition, required bool isFullScreen, required bool isLooping, required bool isOverlayVisible, required bool isMute, required bool autoPlay, required String currentVideoPlaybackSpeed, required List<String> videoPlayBackSpeeds, required PodVideoPlayerType videoPlayerType, required PodProgressBar podProgresssBar})

Properties

autoPlay bool
final
currentVideoPlaybackSpeed String
final
hashCode int
The hash code for this object.
no setterinherited
isFullScreen bool
final
isLooping bool
final
isMute bool
final
isOverlayVisible bool
final
podProgresssBar PodProgressBar
final
podVideoState PodVideoState
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoDuration Duration
final
videoPlayBackSpeeds List<String>
final
videoPlayerType PodVideoPlayerType
final
videoPosition Duration
final

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