Optional advanceAdvanced options for video encoding. See AdvanceOptions .
Optional bitrateThe encoding bitrate (Kbps) of the video.
Optional codecThe codec type of the local video stream. See VideoCodecType .
Optional degradationVideo degradation preference under limited bandwidth. See DegradationPreference .
Optional dimensionsThe dimensions of the encoded video (px). See VideoDimensions . This parameter measures the video encoding quality in the format of length × width. The default value is 960 × 540. You can set a custom value.
Optional frameThe frame rate (fps) of the encoding video frame. The default value is 15. See FrameRate .
Optional minThe minimum encoding bitrate (Kbps) of the video.The SDK automatically adjusts the encoding bitrate to adapt to the network conditions. Using a value greater than the default value forces the video encoder to output high-quality images but may cause more packet loss and sacrifice the smoothness of the video transmission. Unless you have special requirements for image quality, Agora does not recommend changing this value.This parameter only applies to the interactive streaming profile.
Optional mirrorSets the mirror mode of the published local video stream. It only affects the video that the remote user sees. See VideoMirrorModeType .By default, the video is not mirrored.
Optional orientationThe orientation mode of the encoded video. See OrientationMode .
Generated using TypeDoc
Video encoder configurations.