stopLiveTranscoding abstract method

  1. @Deprecated('Deprecated since v3.54, use stopPushStreamToCDN instead')
Future<int?> stopLiveTranscoding(
  1. String taskId
)

停止转推直播

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

Implementation

@Deprecated('Deprecated since v3.54, use stopPushStreamToCDN instead')
Future<int?> stopLiveTranscoding(String taskId);