DirectCdnStreamingStats
The statistics of the current CDN streaming.
public class DirectCdnStreamingStats
{
public int videoWidth { set; get; }
public int videoHeight { set; get; }
public int fps { set; get; }
public int videoBitrate { set; get; }
public int audioBitrate { set; get; }
};
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.