updateLiveTranscoding abstract method
- @Deprecated('Deprecated since v3.54.1, use updatePushMixedStreamToCDN instead')
- required String taskId,
- 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:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
@Deprecated(
'Deprecated since v3.54.1, use updatePushMixedStreamToCDN instead')
Future<int?> updateLiveTranscoding({
required String taskId,
required LiveTranscoding transcoding,
});