MethodChannelVideoPlayerRtmpExt class

Inheritance

Properties

eventChannel EventChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId int
final

Methods

changeModel(PlayerFactory playerFactory) Future<void>
更换安卓播放器内核 仅安卓可以设置 only android
override
dispose() → void
销毁
override
init() Future<void>
组件初始化
override
initIJKPlayController(PlaySource source) Future<void>
拉流
override
isPlaying() Future<bool>
是否正在播放
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
暂停
override
play() Future<void>
开始播放
override
resume() Future<void>
controller-resume
override
stop() Future<void>
结束播放
override
toString() String
A string representation of this object.
inherited

Operators

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