OnPlayerListener class abstract

Constructors

OnPlayerListener()

Properties

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

Methods

fullscreenChange() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onErrorRetryLiveStream() → void
onLiveViewerNumberChanged(int liveViewerNumb) → void
onLoadingChange(bool isLoading) → void
onMuteChange(bool isMute) → void
onPausePressed() → void
onPlayerError(String e) → void
onPlayerState(bool isPlaying, int state) → void
onPlayPressed() → void
onRepeatModeChanged(int repeatMode) → void
onSeeked() → void
onShowHideControl(int visibility) → void
onShuffleModeChanged(bool shuffleModeEnabled) → void
onTimelineChanged(int reason) → void
onUpdateProgress(int progress, int buffering, int length) → void
toString() String
A string representation of this object.
inherited

Operators

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