rtmp_player_view library
Classes
Constants
- eventChannelName → const String
- factoryID → const String
- 工厂id
- methodChannelName → const String
- 通道名字
Typedefs
- RtmpVideoPlayerProgressChanged = void Function(int duration, int currentDuration)
- 播放器进度回调监听
- RtmpVideoPlayerStateChanged = void Function(int)
- 播放器状态回调监听 (1:视频准备好了 2:播放中状态 3:播放暂停状态 4:播放结束状态)
- ViewCreated = void Function(RtmpPlayerController rtmpPlayerController)
- 这是视图创建成功的回调