CaptionLanguageMapping
public struct CaptionLanguageMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)
Declaration
Swift
public let captionChannel: Int -
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
Declaration
Swift
public let languageCode: String -
Textual description of language
Declaration
Swift
public let languageDescription: String -
Undocumented
Declaration
Swift
public init(captionChannel: Int, languageCode: String, languageDescription: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CaptionLanguageMapping Structure Reference