Interface MKVideoQuality

Hierarchy

Properties

bitrate: number

Bitrate of the media representation.

codec?: string

The codec of the media representation.

frameRate?: number

Frame rate of the video representation as stated in the manifest.

height: number

The heights of the video representation.

id: string

The ID for the media representation.

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 MKPlayerAPI.getAvailableAudioQualities and MKPlayerAPI.getAvailableVideoQualities.

uid?: string

The unique id of the current segment.

Only set when requesting the video quality through MKPlayerAPI.getPlaybackVideoData.

width: number

The width of the video representation.