interface TeletextSourceSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.TeletextSourceSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.TeletextSourceSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.TeletextSourceSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » TeletextSourceSettingsProperty |
Information about the Teletext captions to extract from the input.
The parent of this entity is CaptionSelectorSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const teletextSourceSettingsProperty: medialive.CfnChannel.TeletextSourceSettingsProperty = {
outputRectangle: {
height: 123,
leftOffset: 123,
topOffset: 123,
width: 123,
},
pageNumber: 'pageNumber',
};
Properties
Name | Type | Description |
---|---|---|
output | IResolvable | Caption | Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions. |
page | string | Specifies the Teletext page number within the data stream from which to extract captions. |
outputRectangle?
Type:
IResolvable
|
Caption
(optional)
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.
pageNumber?
Type:
string
(optional)
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.