MobileVideoControllerWrapper class
- Inheritance
-
- Object
- VideoplayerWidgetBundle
- MobileVideoControllerWrapper
Constructors
- MobileVideoControllerWrapper.new(String videoUrl)
Properties
- currentPosition ↔ RxDouble
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized ↔ RxBool
-
getter/setter pair
- isMuted ↔ RxBool
-
getter/setter pair
- isValidVideo ↔ RxBool
-
getter/setter pair
- player ↔ VideoPlayerController
-
latefinal
- positionTimer ↔ Timer
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoUrl → String
-
final
Methods
-
dispose(
) → Future< void> -
override
-
getVideoWidget(
) → Widget -
override
-
initialize(
{bool mute = false}) → Future< void> -
listenToPlayer(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
override
-
pauseOrPlay(
) → Future< void> -
override
-
play(
) → Future< void> -
override
-
setVolume(
double volume) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited