DirectCdnStreamingStats
Used to retrieve the current CDN streaming statistics.
struct DirectCdnStreamingStats {
int videoWidth;
int videoHeight;
int fps;
int videoBitrate;
int audioBitrate;
};
- Deprecated
- Deprecated since v4.6.0.
Properties
- videoWidth
- Width of the video frame in pixels.
- videoHeight
- Height of the video frame in pixels.
- fps
- Frame rate of the current video frame in fps.
- videoBitrate
- Bitrate of the current video frame in bps.
- audioBitrate
- Bitrate of the current audio frame in bps.