public class EncodedVideoTrackOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
ccMode
Whether to enable CC mode.
|
int |
codecType
The codec type used for the encoded images.
|
int |
targetBitrate
Target bitrate (Kbps) for sending encoded video frame.
|
Constructor and Description |
---|
EncodedVideoTrackOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getCcMode() |
int |
getCodecType() |
int |
getTargetBitrate() |
public int ccMode
public int codecType
public int targetBitrate