AudioSelectorGroup

public struct AudioSelectorGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., “Audio Selector 1”). The audio selector name parameter can be repeated to add any number of audio selectors to the group.

    Declaration

    Swift

    public let audioSelectorNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(audioSelectorNames: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws