public static interface TestNetworkResult.TestNetworkResultDetails
Modifier and Type | Method and Description |
---|---|
int |
getDataThroughput()
Get data channel bandwidth, unit: kbps.
|
boolean |
getTcpConnectivity()
Get TCP connectivity.
|
boolean |
getUdpConnectivity()
Get UDP connectivity.
|
int |
getVideoBandwidth()
Get video bandwidth.
|
void |
setDataThroughput(int dataThroughput)
Set data channel bandwidth, unit: kbps.
|
void |
setTcpConnectivity(boolean isConnected)
Set TCP connectivity.
|
void |
setUdpConnectivity(boolean isConnected)
Set UDP connectivity.
|
void |
setVideoBandwidth(int videoBandwidth)
Set video bandwidth, unit: kbps.
|
boolean getUdpConnectivity()
boolean getTcpConnectivity()
int getDataThroughput()
int getVideoBandwidth()
void setUdpConnectivity(boolean isConnected)
isConnected
- true if UDP is connected, false if UDP is not connected.void setTcpConnectivity(boolean isConnected)
isConnected
- true if TCP is connected, false if TCP is not connected.void setDataThroughput(int dataThroughput)
dataThroughput
- data channel bandwidth, unit: kbps.void setVideoBandwidth(int videoBandwidth)
videoBandwidth
- video bandwidth, unit: kbps.