PlayerUpdatedInfo

Information related to the media player.

struct PlayerUpdatedInfo {
  const char* deviceId;
  int videoHeight;
  int videoWidth;
  int audioSampleRate;
  int audioChannels;
  int 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.