SrcInfo

Used to obtain the video bitrate information of the currently playing media resource.

public class SrcInfo {
  private int bitrateInKbps;
  private String name;
}

Properties

bitrateInKbps
The video bitrate of the currently playing media resource, in Kbps.
name
The name of the media resource.