PlayerPlaybackStats
The information of the media file being played.
export class PlayerPlaybackStats {
videoFps?: number;
videoBitrateInKbps?: number;
audioBitrateInKbps?: number;
totalBitrateInKbps?: number;
}
Attributes
- videoFps
- The frame rate (fps) of the video.
- videoBitrateInKbps
- The bitrate (kbps) of the video.
- audioBitrateInKbps
- The bitrate (kbps) of the audio.
- totalBitrateInKbps
- The total bitrate (kbps) of the media stream.