public class DirectCdnStreamingStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
audioBitrate
Real-time bit rate of the audio pushed by rtmp.
|
int |
fps
The frame rate of the video pushed by rtmp.
|
int |
videoBitrate
Real-time bit rate of the video streamed by rtmp.
|
int |
videoHeight
Height of the video pushed by rtmp.
|
int |
videoWidth
Width of the video pushed by rtmp.
|
Constructor and Description |
---|
DirectCdnStreamingStats() |
DirectCdnStreamingStats(int videoWidth,
int videoHeight,
int fps,
int videoBitrate,
int audioBitrate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int videoWidth
public int videoHeight
public int fps
public int videoBitrate
public int audioBitrate