PlayerStateListener class abstract

播放器状态监听 @auther 梁典典 @time 2022-05-06 17:45:03

Constructors

PlayerStateListener()

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

autoCompleteStateHandle() → void
ios,android
autoReconnectingStateHandle() → void
ios 自动重连的状态
cachingStateHandle() → void
ios
errorStateHandle() → void
ios,android
noramlStateHandle() → void
播放器已就绪回调
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openStateHandle() → void
ios
pauseStateHandle() → void
ios,android
playingBufferingStartStateHandle() → void
开始缓冲回调
playingStateHandle() → void
ios,android 播放器正在播放中回调
prepareingStateHandle() → void
播放器正在拉取资源回调
preparingStateHandle() → void
ios
readyStateHandle() → void
ios
toString() String
A string representation of this object.
inherited
unknuwnStateHandle() → void
unknuwn 未知状态回调

Operators

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