DirectCdnStreamingStats
Statistics of the current CDN stream.
export class DirectCdnStreamingStats {
videoWidth?: number;
videoHeight?: number;
fps?: number;
videoBitrate?: number;
audioBitrate?: number;
}
- Deprecated
- Deprecated since v4.6.2.
Properties
- videoWidth
- Width of the video (px).
- videoHeight
- Height of the video (px).
- fps
- Current video frame rate (fps).
- videoBitrate
- Current video bitrate (bps).
- audioBitrate
- Current audio bitrate (bps).