Interface SourceAbrConfiguration

Describes the ABR configuration for a specific source.

interface SourceAbrConfiguration {
    preferredAudioCodecs?: string[];
    preferredVideoCodecs?: string[];
}

Properties

preferredAudioCodecs?: string[]

A list of preferred audio codecs which will be used by the ABR algorithm to make an initial selection, if the codec is supported.

preferredVideoCodecs?: string[]

A list of preferred video codecs which will be used by the ABR algorithm to make an initial selection, if the codec is supported.

Generated using TypeDoc