interface CaptionSelectorSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.CaptionSelectorSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.CaptionSelectorSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.CaptionSelectorSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » CaptionSelectorSettingsProperty |
Captions Selector Settings.
The parent of this entity is CaptionSelector.
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 captionSelectorSettingsProperty: medialive.CfnChannel.CaptionSelectorSettingsProperty = {
ancillarySourceSettings: {
sourceAncillaryChannelNumber: 123,
},
aribSourceSettings: { },
dvbSubSourceSettings: {
ocrLanguage: 'ocrLanguage',
pid: 123,
},
embeddedSourceSettings: {
convert608To708: 'convert608To708',
scte20Detection: 'scte20Detection',
source608ChannelNumber: 123,
source608TrackNumber: 123,
},
scte20SourceSettings: {
convert608To708: 'convert608To708',
source608ChannelNumber: 123,
},
scte27SourceSettings: {
ocrLanguage: 'ocrLanguage',
pid: 123,
},
teletextSourceSettings: {
outputRectangle: {
height: 123,
leftOffset: 123,
topOffset: 123,
width: 123,
},
pageNumber: 'pageNumber',
},
};
Properties
Name | Type | Description |
---|---|---|
ancillary | IResolvable | Ancillary | Information about the ancillary captions to extract from the input. |
arib | IResolvable | Arib | Information about the ARIB captions to extract from the input. |
dvb | IResolvable | Dvb | Information about the DVB Sub captions to extract from the input. |
embedded | IResolvable | Embedded | Information about the embedded captions to extract from the input. |
scte20 | IResolvable | Scte20 | Information about the SCTE-20 captions to extract from the input. |
scte27 | IResolvable | Scte27 | Information about the SCTE-27 captions to extract from the input. |
teletext | IResolvable | Teletext | Information about the Teletext captions to extract from the input. |
ancillarySourceSettings?
Type:
IResolvable
|
Ancillary
(optional)
Information about the ancillary captions to extract from the input.
aribSourceSettings?
Type:
IResolvable
|
Arib
(optional)
Information about the ARIB captions to extract from the input.
dvbSubSourceSettings?
Type:
IResolvable
|
Dvb
(optional)
Information about the DVB Sub captions to extract from the input.
embeddedSourceSettings?
Type:
IResolvable
|
Embedded
(optional)
Information about the embedded captions to extract from the input.
scte20SourceSettings?
Type:
IResolvable
|
Scte20
(optional)
Information about the SCTE-20 captions to extract from the input.
scte27SourceSettings?
Type:
IResolvable
|
Scte27
(optional)
Information about the SCTE-27 captions to extract from the input.
teletextSourceSettings?
Type:
IResolvable
|
Teletext
(optional)
Information about the Teletext captions to extract from the input.