PlayerPlaybackStats
Describes relevant information about the currently playing media file.
public class PlayerPlaybackStats {
private long videoFps;
private long videoBitrateInKbps;
private long audioBitrateInKbps;
private long totalBitrateInKbps;
}
Properties
- videoFps
- Video frame rate (fps).
- videoBitrateInKbps
- Video bitrate (kbps).
- audioBitrateInKbps
- Audio bitrate (kbps).
- totalBitrateInKbps
- Total bitrate of the media stream (kbps).