DirectCdnStreamingStats
The statistics of the current CDN streaming.
struct DirectCdnStreamingStats { int videoWidth; int videoHeight; int fps; int videoBitrate; int audioBitrate; };
Attributes
- videoWidth
- The width (px) of the video frame.
- videoHeight
- The height (px) of the video frame.
- fps
- The frame rate (fps) of the current video frame.
- videoBitrate
- The bitrate (bps) of the current video frame.
- audioBitrate
- The bitrate (bps) of the current audio frame.