Name

Format

Description

Video or audio format.

Param: source

Source of the format.

Param: tag

ID of the format.

Param: type

Type of the format (codecs).

Param: container

Container of the format (mp4, webm, etc.).

Param: audio_quality

Quality (audio only).

Param: audio_sampleRate

Sample rate (audio only).

Param: audio_channels

Number of channels (audio only).

Constructors

  • Parameters

    • source: string
    • tag: string
    • type: string
    • container: string
    • Optional audio_quality: AudioQuality
    • Optional audio_sampleRate: number
    • Optional audio_channels: number

    Returns Format

Properties

audio_channels?: number
audio_quality?: AudioQuality
audio_sampleRate?: number
container: string
source: string
tag: string
type: string

Generated using TypeDoc