PlayerUpdatedInfo
媒体播放器相关信息。
TypeScript
export class PlayerUpdatedInfo {
playerId?: string;
deviceId?: string;
cacheStatistics?: CacheStatistics;
}
deviceId
设备 ID,标识一个设备。
videoHeight
视频高度 (pixel)。
videoWidth
视频宽度 (pixel)。
audioSampleRate
音频采样率 (Hz)。
audioChannels
声道数。
audioBitsPerSample
每个音频采样点的位数 (bit)。