RtmpPlayerController class

这是一个rtmp 播放器 控制器

Constructors

RtmpPlayerController()

Properties

hashCode int
The hash code for this object.
no setterinherited
rtmpPlayerViewState RtmpPlayerViewState?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindState(RtmpPlayerViewState rtmpPlayerViewState) → dynamic
绑定状态
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future
暂停播放
play() Future
播放
seekTo(int msec) Future
播放
setDataSource(String playUrl, bool isLoop) Future
设置播放路径
stop() Future
停止播放
toString() String
A string representation of this object.
inherited

Operators

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