stopLocalRecorderRemuxMp4 abstract method

Future<int> stopLocalRecorderRemuxMp4(
  1. String taskId
)

停止录制文件转码为mp4 @since V5.6.40 taskId 录制任务 ID @return

  • 0: 方法调用成功
  • 其他: 调用失败

Implementation

Future<int> stopLocalRecorderRemuxMp4(String taskId);