public class SenderOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
ccMode |
private int |
codecType |
private int |
targetBitrate |
| Constructor and Description |
|---|
SenderOptions() |
SenderOptions(int ccMode,
int codecType,
int targetBitrate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCcMode() |
int |
getCodecType() |
int |
getTargetBitrate() |
void |
setCcMode(int ccMode) |
void |
setCodecType(int codecType) |
void |
setTargetBitrate(int targetBitrate) |
java.lang.String |
toString() |
private int ccMode
private int codecType
private int targetBitrate
public SenderOptions()
public SenderOptions(int ccMode,
int codecType,
int targetBitrate)
public int getCcMode()
public void setCcMode(int ccMode)
public int getCodecType()
public void setCodecType(int codecType)
public int getTargetBitrate()
public void setTargetBitrate(int targetBitrate)
public java.lang.String toString()
toString in class java.lang.Object