PlayerUpdatedInfo

Information related to the media player.

public class PlayerUpdatedInfo {
  private String deviceId;
  private long videoHeight;
  private long videoWidth;
  private long audioSampleRate;
  private long audioChannels;
  private long audioBitsPerSample;
}

Attributes

deviceId
The ID of a deivce.
videoHeight
Height (pixel) of the video.
videoWidth
Width (pixel) of the video.
audioSampleRate
Audio sample rate (Hz).
audioChannels
The number of audio channels.
audioBitsPerSample
The number of bits per audio sample point.