TeletextSourceSettings
public struct TeletextSourceSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.
Declaration
Swift
public let pageNumber: String?
-
Undocumented
Declaration
Swift
public init(pageNumber: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws