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 Function setVideoPlayBack, required List<String> videoPlayBackSpeeds, required Function setLoop, required PodVideoPlayerType videoPlayerType, required List<VideoQalityUrls> vimeoOrVideoUrls, 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
setLoop Function
final
setVideoPlayBack Function
final
videoDuration Duration
final
videoPlayBackSpeeds List<String>
final
videoPlayerType PodVideoPlayerType
final
videoPosition Duration
final
vimeoOrVideoUrls List<VideoQalityUrls>
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