CaptionSelector

public struct CaptionSelector : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When specified this field indicates the three letter language code of the caption track to extract from the source.

    Declaration

    Swift

    public let languageCode: String?
  • Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.

    Declaration

    Swift

    public let name: String
  • Caption selector settings.

    Declaration

    Swift

    public let selectorSettings: CaptionSelectorSettings?
  • Undocumented

    Declaration

    Swift

    public init(languageCode: String? = nil, name: String, selectorSettings: CaptionSelectorSettings? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws