public class UplinkNetworkInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
videoEncoderTargetBitrateBps
The target bitrate for the video encoder in bits per second
|
| Constructor and Description |
|---|
UplinkNetworkInfo()
Default constructor for UplinkNetworkInfo.
|
UplinkNetworkInfo(int videoEncoderTargetBitrateBps)
Constructs UplinkNetworkInfo with target bitrate.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getVideoEncoderTargetBitrateBps()
Gets the target bitrate for the video encoder in bits per second.
|
void |
setVideoEncoderTargetBitrateBps(int videoEncoderTargetBitrateBps)
Sets the target bitrate for the video encoder in bits per second.
|
java.lang.String |
toString() |
private int videoEncoderTargetBitrateBps
public UplinkNetworkInfo()
public UplinkNetworkInfo(int videoEncoderTargetBitrateBps)
videoEncoderTargetBitrateBps - The target bitrate for the video encoder
in bits per secondpublic int getVideoEncoderTargetBitrateBps()
public void setVideoEncoderTargetBitrateBps(int videoEncoderTargetBitrateBps)
videoEncoderTargetBitrateBps - The target bitrate for the video encoder
in bits per secondpublic java.lang.String toString()
toString in class java.lang.Object