The number of enabled advanced features. The default value is 0.
Bitrate of the CDN live audio output stream. The default value is 48 Kbps, and the highest value is 128.
The numbder of audio channels for the CDN live stream. Agora recommends choosing 1 (mono), or 2 (stereo) audio channels. Special players are required if you choose option 3, 4, or 5:
Self-defined audio codec profile: AUDIO_CODEC_PROFILE_TYPE.
Self-defined audio-sample rate: AUDIO_SAMPLE_RATE_TYPE.
The background color in RGB hex value. Value only. Do not include a preceeding #. For example, 0xFFB6C1 (light pink). The default value is 0x000000 (black).
The background image added to the CDN live publishing stream.
Once a background image is added, the audience of the CDN live publishing stream can see the background image. See RtcImage.
The height of the video in pixels. The default value is 640.
height
is at least 64; otherwise, the Agora server adjusts the value
to 64.width
and height
as 0.Reserved property. Extra user-defined information to send SEI for the H.264/H.265 video stream to the CDN live client. Maximum length: 4096 Bytes.
For more information on SEI frame, see SEI-related questions.
TranscodingUser
The number of users in the live interactive streaming. The default value is 0.
Bitrate of the CDN live output video stream. The default value is 400 Kbps.
Set this parameter according to the Video Bitrate Table. If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range.
Self-defined video codec profile: VIDEO_CODEC_PROFILE_TYPE.
Frame rate of the output video stream set for the CDN live streaming. The default value is 15 fps, and the value range is (0,30].
Video GOP in frames. The default value is 30 fps.
The watermark image added to the CDN live publishing stream. Ensure that the format of the image is PNG. Once a watermark image is added, the audience of the CDN live publishing stream can see the watermark image. See RtcImage.
The width of the video in pixels. The default value is 360.
width
is at least 64; otherwise, the Agora server adjusts the value
to 64.width
and height
as 0.Generated using TypeDoc
A struct for managing CDN live audio/video transcoding settings.