UNPKG

@liveryvideo/player

Version:

Livery video player for use in web browsers.

75 lines (38 loc) 882 B
[@liveryvideo/player v7.15.0](../index.md) / Quality # Interface: Quality An audio and video quality tuple for quality selection. ## Properties ### audio? > `optional` **audio**: `object` Audio quality. #### bandwidth > **bandwidth**: `number` Audio bandwidth in bits per second. #### index > **index**: `number` Audio quality index. *** ### bandwidth > **bandwidth**: `number` Total bandwidth in bits per second. *** ### label > **label**: `string` Quality label. If video height is unique: ‘[height]p’ else ‘[bandwidth/1000]k’. *** ### video? > `optional` **video**: `object` Video quality. #### bandwidth > **bandwidth**: `number` Video andwidth in bits per second. #### height > **height**: `number` Video height in pixels. #### index > **index**: `number` Video quality index. #### width > **width**: `number` Video width in pixels.