PlayerUpdatedInfo
Information related to the media player.
export class PlayerUpdatedInfo { playerId?: string; deviceId?: string; cacheStatistics?: CacheStatistics; }
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.