public static class StreamingProfile.StreamStatus
extends java.lang.Object
You can set the StreamingProfile.StreamStatusConfig
to get the preferred callback frequency.
Modifier and Type | Field and Description |
---|---|
int |
audioBitrate
Audio bits per second.
|
int |
audioFps
Audio frame per second.
|
int |
totalAVBitrate
Audio and video total bits per second.
|
int |
videoBitrate
Video bits per second.
|
int |
videoFps
Video frame per second.
|
Constructor and Description |
---|
StreamStatus() |
public int audioFps
public int videoFps
public int totalAVBitrate
public int audioBitrate
public int videoBitrate