PlayerUpdatedInfo
Information related to the media player.
public class PlayerUpdatedInfo {
public String deviceId;
public long videoHeight;
public long videoWidth;
public long audioSampleRate;
public long audioChannels;
public 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.