AudioLanguageSelection

public struct AudioLanguageSelection : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Selects a specific three-letter language code from within an audio source.

    Declaration

    Swift

    public let languageCode: String
  • 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.

    Declaration

    Swift

    public let languageSelectionPolicy: AudioLanguageSelectionPolicy?
  • Undocumented

    Declaration

    Swift

    public init(languageCode: String, languageSelectionPolicy: AudioLanguageSelectionPolicy? = nil)