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