SuperPlayerController class

Constructors

SuperPlayerController()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(SuperPlayerListener listener) → void
dispose() → void
getPlayMode() Future<int>
getPlayRate() Future<num>
getPlayState() Future<int>
initWithViewId(int viewId) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String method, dynamic data) → void
pause() → void
playWithModel(SuperPlayerModel model) → void
release() → void
removeListener(SuperPlayerListener listener) → void
requestPlayMode(int playMode) → void
resetPlayer() → void
resume() → void
seekTo(int time) → void
setControlViewType(String controlViewType) → void
setCoverImage(String coverImageUrl) → void
setLoop(bool isLoop) → void
setPlayRate(num playRate) → void
setTitle(String title) → void
toString() String
A string representation of this object.
inherited
uiHideDanmu() → void
uiHideReplay() → void

Operators

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