updateLiveTranscoding abstract method

  1. @Deprecated('Deprecated since v3.54, use updatePushMixedStreamToCDN instead')
Future<int?> updateLiveTranscoding({
  1. required String taskId,
  2. required LiveTranscoding transcoding,
})

更新转推直播参数

transcoding 转推直播配置参数。除特殊说明外,均支持过程中更新。调用时,结构体中没有传入值的属性,会被更新为默认值。

返回值:

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

Implementation

@Deprecated('Deprecated since v3.54, use updatePushMixedStreamToCDN instead')
Future<int?> updateLiveTranscoding({
  required String taskId,
  required LiveTranscoding transcoding,
});