aws-cdk-lib.aws_medialive.CfnChannel.AncillarySourceSettingsProperty

interface AncillarySourceSettingsProperty

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

Information about the ancillary 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const ancillarySourceSettingsProperty: medialive.CfnChannel.AncillarySourceSettingsProperty = {
  sourceAncillaryChannelNumber: 123,
};

Properties

NameTypeDescription
sourceAncillaryChannelNumber?numberSpecifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.

sourceAncillaryChannelNumber?

Type: number (optional)

Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.

If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.