VideoOperator class
Constructors
- VideoOperator(MethodChannel? _nativeChannel)
Properties
- getVideoLifecycleListener → VideoLifecycleListener?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setVideoLifecycleListener ← VideoLifecycleListener
-
no getter
Methods
-
getAspectRatio(
) → Future< double?> -
hasVideo(
) → Future< bool?> -
isCustomizeOperateEnabled(
) → Future< bool?> -
isMuted(
) → Future< bool?> -
mute(
bool mute) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< bool?> -
play(
) → Future< bool?> -
stop(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
toVideoLifeCycleEvent(
String event) → VideoLifecycleEvent?