CustomVideoPlayerWebController class

Constructors

CustomVideoPlayerWebController({required CustomVideoPlayerWebSettings webVideoPlayerSettings})

Properties

hashCode int
The hash code for this object.
no setterinherited
isPlaying ValueNotifier<bool>
getter/setter pair
mute VoidCallback
mute video
getter/setter pair
pause VoidCallback
pause video
getter/setter pair
play VoidCallback
play video
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seekTo ↔ dynamic Function(double position)
seek to a specific position
getter/setter pair
setFullscreen ↔ dynamic Function(bool)
enters/leaves fullscreen
getter/setter pair
setPlaybackSpeed ↔ dynamic Function(double speed)
sets playback speed. 1 is normal speed. 0.5 would be 50% speed. 2 would be 200% speed.
getter/setter pair
unmute VoidCallback
unmute video
getter/setter pair
webVideoPlayerSettings CustomVideoPlayerWebSettings
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