Metadata representation

Hierarchy

  • Metadata

Constructors

Properties

audios: MTrack[] = []

Audio tracks sorted by descending BPS

datas: MTrack[] = []

Data track

height: number = 0

Height resolution size

sources: Map<string, MSource> = ...

Sources available to play the stream

tracks: Map<number, MTrack> = ...

Tracks sorted by descending BPS

type: string = ''
videos: MTrack[] = []

Video tracks sorted by descending BPS

width: number = 0

Width resolution size

Methods

  • Return a new metadata subset with only track with a codec supported

    Parameters

    • Optional codecs: Set<string>

      codecs supported

    Returns Metadata

    the subset of metadata

Generated using TypeDoc