SrcInfo
Information about the video bitrate of the media resource being played.
public class SrcInfo { public int bitrateInKbps { set; get; } public string name { set; get; } }
Attributes
- bitrateInKbps
- The video bitrate (Kbps) of the media resource being played.
- name
- The name of the media resource.