SrcInfo
Information about the video bitrate of the media resource being played.
struct SrcInfo {
  int bitrateInKbps;
  const char* name;
};
         
            
            
            
            
            Attributes
- bitrateInKbps
 - The video bitrate (Kbps) of the media resource being played.
 - name
 - The name of the media resource.