pauseVideo method
暂停播放器的视频流
返回值:
0
成功,更多信息请查看 V2TXLiveCode
Implementation
Future<V2TXLiveCode> pauseVideo() async {
var result = await _channel.invokeMethod('pauseVideo', {});
return _liveCodeWithResult(result);
}
暂停播放器的视频流
返回值:
0
成功,更多信息请查看 V2TXLiveCode
Future<V2TXLiveCode> pauseVideo() async {
var result = await _channel.invokeMethod('pauseVideo', {});
return _liveCodeWithResult(result);
}