DirectCdnStreamingStats
The statistics of the current CDN streaming.
export class DirectCdnStreamingStats {
videoWidth?: number;
videoHeight?: number;
fps?: number;
videoBitrate?: number;
audioBitrate?: number;
}
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.