SrcInfo

Video bitrate information during media playback.

public class SrcInfo
    {
        public int bitrateInKbps { set; get; }
        public string name { set; get; }
    }

Properties

bitrateInKbps
The video bitrate (Kbps) during media playback.
name
The name of the media resource.