updateRtmpTranscoding abstract method
Updates the transcoding configuration. After you start pushing media streams to CDN with transcoding, you can dynamically update the transcoding configuration according to the scenario. The SDK triggers the transcodingUpdated callback after the transcoding configuration is updated.
Param transcoding
The transcoding configuration for Media Push. See LiveTranscoding .
Implementation
Future<void> updateRtmpTranscoding(LiveTranscoding transcoding);