PlayerUpdatedInfo

Information related to the media player.

public class PlayerUpdatedInfo : OptionalJsonParse
    {
        public Optional<string> playerId = new Optional<string>();

        public Optional<string> deviceId = new Optional<string>();

        public Optional<CacheStatistics> cacheStatistics = new Optional<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.