updateLiveTranscoding abstract method

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

Updates parameters needed when pushing media streams to CDN.

transcoding: Configurations to be set when pushing streams to CDN. You can update any property for the task unless it is specified as unavailable for updates.

Return value:

Implementation

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