aws-cdk-lib.aws_medialive.CfnChannel.Scte20SourceSettingsProperty

interface Scte20SourceSettingsProperty

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

Information about the SCTE-20 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 scte20SourceSettingsProperty: medialive.CfnChannel.Scte20SourceSettingsProperty = {
  convert608To708: 'convert608To708',
  source608ChannelNumber: 123,
};

Properties

NameTypeDescription
convert608To708?stringIf upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
source608ChannelNumber?numberSpecifies the 608/708 channel number within the video track from which to extract captions.

convert608To708?

Type: string (optional)

If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.

Any 708 data present in the source content is discarded.


source608ChannelNumber?

Type: number (optional)

Specifies the 608/708 channel number within the video track from which to extract captions.