|
Agora Java API Reference for Android
|
The statistics of the current CDN streaming. More...
Public Member Functions | |
| DirectCdnStreamingStats (int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate) | |
| String | toString () |
Public Attributes | |
| int | videoWidth |
| int | videoHeight |
| int | fps |
| int | videoBitrate |
| int | audioBitrate |
The statistics of the current CDN streaming.
| int io.agora.rtc2.DirectCdnStreamingStats.videoWidth |
The width (px) of the video frame.
| int io.agora.rtc2.DirectCdnStreamingStats.videoHeight |
The height (px) of the video frame.
| int io.agora.rtc2.DirectCdnStreamingStats.fps |
The frame rate (fps) of the current video frame.
| int io.agora.rtc2.DirectCdnStreamingStats.videoBitrate |
The bitrate (bps) of the current video frame.
| int io.agora.rtc2.DirectCdnStreamingStats.audioBitrate |
The bitrate (bps) of the current audio frame.
1.8.18