Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoQuality

Quality definition of a video representation.

see

PlayerAPI.getAvailableVideoQualities

see

PlayerAPI.getVideoQuality

see

PlayerAPI.getPlaybackVideoData

Hierarchy

Index

Properties

bitrate

bitrate: number

The bitrate of the media representation.

height

height: number

The heights of the video representation.

id

id: string

The id of the media representation.

Optional label

label: string

The label of the media representation that should be exposed to the user (e.g. in the UI). Only set when requesting qualities through PlayerAPI.getAvailableAudioQualities and PlayerAPI.getAvailableVideoQualities.

Optional uid

uid: string

The unique id of the current segment. Only set when requesting the video quality through PlayerAPI.getPlaybackVideoData.

width

width: number

The width of the video representation.

Generated using TypeDoc