Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Quality

An interface describing a media rendition, which is a selection from video/audio tracks of the loaded media.

Hierarchy

  • Quality

Index

Properties

bitrate

bitrate: number

The bitrate of the media in bits per second.

codecs

codecs: string

The codec string, both audio and video tracks. For example, "avc1.64002A,mp4a.40.2".

height

height: number

The video height, or zero if unknown or not applicable.

name

name: string

The name of the quality object.

width

width: number

The video width, or zero if unknown or not applicable.

Generated using TypeDoc