Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoRepresentation

Interface for expressing a specific video quality representation within a hls/dash stream.

abr: readonly boolean to indicate if adaptive bitrate is enabled. id: The id of the representation bandwidth: The bitrate of the representation height: The height in pixels. width: The width in pixels. codecs: The representations codec. label: Optional label of the representation.

Hierarchy

  • VideoRepresentation

Index

Properties

abr

abr: boolean

bandwidth

bandwidth: number

codecs

codecs: string

height

height: number

id

id: number

Optional label

label: string

width

width: number