aws-cdk-lib.aws_medialive.CfnChannel.CaptionSelectorProperty

interface CaptionSelectorProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.CaptionSelectorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_CaptionSelectorProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.CaptionSelectorProperty
Pythonaws_cdk.aws_medialive.CfnChannel.CaptionSelectorProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » CaptionSelectorProperty

Information about one caption to extract from the input.

The parent of this entity is InputSettings.

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 captionSelectorProperty: medialive.CfnChannel.CaptionSelectorProperty = {
  languageCode: 'languageCode',
  name: 'name',
  selectorSettings: {
    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
languageCode?stringWhen specified, this field indicates the three-letter language code of the captions track to extract from the source.
name?stringThe name identifier for a captions selector.
selectorSettings?IResolvable | CaptionSelectorSettingsPropertyInformation about the specific audio to extract from the input.

languageCode?

Type: string (optional)

When specified, this field indicates the three-letter language code of the captions track to extract from the source.


name?

Type: string (optional)

The name identifier for a captions selector.

This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.


selectorSettings?

Type: IResolvable | CaptionSelectorSettingsProperty (optional)

Information about the specific audio to extract from the input.