aws-cdk-lib.aws_medialive.CfnChannel.CaptionSelectorSettingsProperty

interface CaptionSelectorSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.CaptionSelectorSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_CaptionSelectorSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.CaptionSelectorSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.CaptionSelectorSettingsProperty
TypeScript aws-cdk-lib » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
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

NameTypeDescription
ancillarySourceSettings?IResolvable | AncillarySourceSettingsPropertyInformation about the ancillary captions to extract from the input.
aribSourceSettings?IResolvable | AribSourceSettingsPropertyInformation about the ARIB captions to extract from the input.
dvbSubSourceSettings?IResolvable | DvbSubSourceSettingsPropertyInformation about the DVB Sub captions to extract from the input.
embeddedSourceSettings?IResolvable | EmbeddedSourceSettingsPropertyInformation about the embedded captions to extract from the input.
scte20SourceSettings?IResolvable | Scte20SourceSettingsPropertyInformation about the SCTE-20 captions to extract from the input.
scte27SourceSettings?IResolvable | Scte27SourceSettingsPropertyInformation about the SCTE-27 captions to extract from the input.
teletextSourceSettings?IResolvable | TeletextSourceSettingsPropertyInformation about the Teletext captions to extract from the input.

ancillarySourceSettings?

Type: IResolvable | AncillarySourceSettingsProperty (optional)

Information about the ancillary captions to extract from the input.


aribSourceSettings?

Type: IResolvable | AribSourceSettingsProperty (optional)

Information about the ARIB captions to extract from the input.


dvbSubSourceSettings?

Type: IResolvable | DvbSubSourceSettingsProperty (optional)

Information about the DVB Sub captions to extract from the input.


embeddedSourceSettings?

Type: IResolvable | EmbeddedSourceSettingsProperty (optional)

Information about the embedded captions to extract from the input.


scte20SourceSettings?

Type: IResolvable | Scte20SourceSettingsProperty (optional)

Information about the SCTE-20 captions to extract from the input.


scte27SourceSettings?

Type: IResolvable | Scte27SourceSettingsProperty (optional)

Information about the SCTE-27 captions to extract from the input.


teletextSourceSettings?

Type: IResolvable | TeletextSourceSettingsProperty (optional)

Information about the Teletext captions to extract from the input.