SrcInfo

Information about the video bitrate of the media resource being played.

export class SrcInfo {
  
  bitrateInKbps?: number;
  
  name?: string;
}

Attributes

bitrateInKbps
The video bitrate (Kbps) of the media resource being played.
name
The name of the media resource.