ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection

data class ChannelInputAttachmentInputSettingsAudioSelectorSelectorSettingsAudioLanguageSelection(val languageCode: String, val languageSelectionPolicy: String? = null)

Constructors

constructor(languageCode: String, languageSelectionPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Selects a specific three-letter language code from within an audio source.

Link copied to clipboard

When set to “strict”, the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If “loose”, then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can’t find one with the same language.