|
Agora Java API Reference for Android
|
The statistics of the current CDN streaming. More...
#include <IAgoraRtcEngine.h>
Public Attributes | |
| int | videoWidth |
| int | videoHeight |
| int | fps |
| int | videoBitrate |
| int | audioBitrate |
The statistics of the current CDN streaming.
| int agora::rtc::DirectCdnStreamingStats::videoWidth |
The width (px) of the video frame.
| int agora::rtc::DirectCdnStreamingStats::videoHeight |
The height (px) of the video frame.
| int agora::rtc::DirectCdnStreamingStats::fps |
The frame rate (fps) of the current video frame.
| int agora::rtc::DirectCdnStreamingStats::videoBitrate |
The bitrate (bps) of the current video frame.
| int agora::rtc::DirectCdnStreamingStats::audioBitrate |
The bitrate (bps) of the current audio frame.
1.8.18