setVideoEncodeGop method
设置关键帧间隔
videoEncodeGop
关键帧间隔
Implementation
Future<void> setVideoEncodeGop(
AlivcLivePushVideoEncodeGOP videoEncodeGop) async {
int videoEncodeGopIntV =
VideoEncodeGOPData.convertInterfaceValue(videoEncodeGop.index);
return _livePusherConfigMC.invokeMethod(
'setVideoEncodeGop',
wrapArgs(arg: videoEncodeGopIntV.toString()),
);
}