DirectCdnStreamingStats
The statistics of the current CDN streaming.
struct DirectCdnStreamingStats { int videoWidth; int videoHeight; int fps; int videoBitrate; int audioBitrate; };
Details
- Deprecated:
- Deprecated as of v4.6.0.
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.