Options
All
  • Public
  • Public/Protected
  • All
Menu

The quality statistics of a Player's live stream.

Hierarchy

  • Quality

Index

Properties

bitrate

bitrate: number

The bitrate of the live stream in bits per second (bps).

codecs

codecs: string

The codec string, both for audio and video tracks. Example: "avc1.64002A,mp4a.40.2".

height

height: number

The height of the video frames. It is set to 0 if unknown or not applicable.

name

name: string

The name of the Quality object.

width

width: number

The width of the video frames. It is set to 0 if unknown or not applicable.

Generated using TypeDoc