aws-cdk-lib.aws_medialive.CfnChannel.EmbeddedSourceSettingsProperty

interface EmbeddedSourceSettingsProperty

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

Information about the embedded 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 embeddedSourceSettingsProperty: medialive.CfnChannel.EmbeddedSourceSettingsProperty = {
  convert608To708: 'convert608To708',
  scte20Detection: 'scte20Detection',
  source608ChannelNumber: 123,
  source608TrackNumber: 123,
};

Properties

NameTypeDescription
convert608To708?stringIf this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.
scte20Detection?stringSet to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
source608ChannelNumber?numberSpecifies the 608/708 channel number within the video track from which to extract captions.
source608TrackNumber?numberThis field is unused and deprecated.

convert608To708?

Type: string (optional)

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

If 708 data is present in the source content, it is discarded.


scte20Detection?

Type: string (optional)

Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.


source608ChannelNumber?

Type: number (optional)

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

This is unused for passthrough.


source608TrackNumber?

Type: number (optional)

This field is unused and deprecated.