aws-cdk-lib.aws_medialive.CfnChannel.DvbSubSourceSettingsProperty

interface DvbSubSourceSettingsProperty

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

Information about the DVB Sub 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 dvbSubSourceSettingsProperty: medialive.CfnChannel.DvbSubSourceSettingsProperty = {
  ocrLanguage: 'ocrLanguage',
  pid: 123,
};

Properties

NameTypeDescription
ocrLanguage?stringIf you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
pid?numberWhen using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.

ocrLanguage?

Type: string (optional)

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.


pid?

Type: number (optional)

When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.

It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.