AWS::MediaLive::Channel TeletextSourceSettings
Information about the Teletext captions to extract from the input.
The parent of this entity is CaptionSelectorSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "OutputRectangle" :
CaptionRectangle
, "PageNumber" :String
}
YAML
OutputRectangle:
CaptionRectangle
PageNumber:String
Properties
OutputRectangle
-
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.
Required: No
Type: CaptionRectangle
Update requires: No interruption
PageNumber
-
Specifies the Teletext page number within the data stream from which to extract captions. The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.
Required: No
Type: String
Update requires: No interruption