HlsCaptionLanguageMapping
public struct HlsCaptionLanguageMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Caption channel.
Declaration
Swift
public let captionChannel: Int? -
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
Declaration
Swift
public let customLanguageCode: String? -
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
Declaration
Swift
public let languageCode: LanguageCode? -
Caption language description.
Declaration
Swift
public let languageDescription: String? -
Undocumented
Declaration
Swift
public init(captionChannel: Int? = nil, customLanguageCode: String? = nil, languageCode: LanguageCode? = nil, languageDescription: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HlsCaptionLanguageMapping Structure Reference