|
double | getCpuAppUsage () |
|
double | getCpuTotalUsage () |
|
double | getMemoryAppUsageRatio () |
|
double | getMemoryTotalUsageRatio () |
|
int | getMemoryAppUsageInKbytes () |
|
int | getRxAudioBytes () |
|
int | getRxAudioKBitRate () |
|
int | getRxBytes () |
|
int | getRxKBitRate () |
|
int | getRxVideoBytes () |
|
int | getRxVideoKBitRate () |
|
int | getTxAudioBytes () |
|
int | getTxAudioKBitRate () |
|
int | getTxBytes () |
|
int | getTxKBitRate () |
|
int | getTxVideoBytes () |
|
int | getTxVideoKBitRate () |
|
long | getDuration () |
|
void | setCpuAppUsage (double cpuAppUsage) |
|
void | setCpuTotalUsage (double cpuTotalUsage) |
|
void | setDuration (long duration) |
|
void | setMemoryAppUsageInKbytes (int memoryAppUsageInKbytes) |
|
void | setMemoryAppUsageRatio (double memoryAppUsageRatio) |
|
void | setMemoryTotalUsageRatio (double memoryTotalUsageRatio) |
|
void | setRxAudioBytes (int rxAudioBytes) |
|
void | setRxAudioKBitRate (int rxAudioKBitRate) |
|
void | setRxBytes (int rxBytes) |
|
void | setRxKBitRate (int rxKBitRate) |
|
void | setRxVideoBytes (int rxVideoBytes) |
|
void | setRxVideoKBitRate (int rxVideoKBitRate) |
|
void | setTxAudioBytes (int txAudioBytes) |
|
void | setTxAudioKBitRate (int txAudioKBitRate) |
|
void | setTxBytes (int txBytes) |
|
void | setTxKBitRate (int txKBitRate) |
|
void | setTxVideoBytes (int txVideoBytes) |
|
void | setTxVideoKBitRate (int txVideoKBitRate) |
|