PlayerUpdatedInfo

Information related to the media player.

export class PlayerUpdatedInfo {

  playerId?: string;

  deviceId?: string;

  cacheStatistics?: CacheStatistics;
}

Properties

deviceId
Device ID that identifies a device.
videoHeight
Video height (pixels).
videoWidth
Video width (pixels).
audioSampleRate
Audio sample rate (Hz).
audioChannels
Number of audio channels.
audioBitsPerSample
Number of bits per audio sample (bit).