RtmpVideoPlayerStateChanged typedef
RtmpVideoPlayerStateChanged =
void Function(int)
播放器状态回调监听 (1:视频准备好了 2:播放中状态 3:播放暂停状态 4:播放结束状态)
Implementation
typedef RtmpVideoPlayerStateChanged = void Function(int);
播放器状态回调监听 (1:视频准备好了 2:播放中状态 3:播放暂停状态 4:播放结束状态)
typedef RtmpVideoPlayerStateChanged = void Function(int);