PlayerController class

Constructors

PlayerController()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applySelectedQualityVideo(String videoQuality) → void
build() → void
createNewInstancePlayer(OnPreparePlayer onPreparePlayer) → void
enableLiveOffControl(bool isEnable) → void
getAllQualityVideo() Future<List<String>>
getVideoDuration() Future<int>
isVideoPlaying() Future<bool>
muteVideo() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseVideo() → void
resumeVideo() → void
seekTo(int position) → void
setOnPlayerListener(OnPlayerListener onPlayerListener) → void
setOnPreparePlayer(OnPreparePlayer onPreparePlayer) → void
setPlayerView(int viewId) Future<void>
setSourceVideo(String playerSource) Future<void>
setStartAutoPlay(bool isAuto) → void
setTimeOffsetAdvertDefault(int time) → void
setVideoVolume(double audioVolume) → void
toString() String
A string representation of this object.
inherited
unMuteVideo() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited