TeletextSourceSettings

public struct TeletextSourceSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no “0x” prefix.

    Declaration

    Swift

    public let pageNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(pageNumber: String? = nil)