Class CfnChannel.DvbSubSourceSettingsProperty
Information about the DVB Sub captions to extract from the input.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.DvbSubSourceSettingsProperty : CfnChannel.IDvbSubSourceSettingsProperty
Syntax (vb)
Public Class CfnChannel.DvbSubSourceSettingsProperty Implements CfnChannel.IDvbSubSourceSettingsProperty
Remarks
The parent of this entity is CaptionSelectorSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var dvbSubSourceSettingsProperty = new DvbSubSourceSettingsProperty {
OcrLanguage = "ocrLanguage",
Pid = 123
};
Synopsis
Constructors
DvbSubSourceSettingsProperty() | Information about the DVB Sub captions to extract from the input. |
Properties
OcrLanguage | 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 | When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content. |
Constructors
DvbSubSourceSettingsProperty()
Information about the DVB Sub captions to extract from the input.
public DvbSubSourceSettingsProperty()
Remarks
The parent of this entity is CaptionSelectorSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var dvbSubSourceSettingsProperty = new DvbSubSourceSettingsProperty {
OcrLanguage = "ocrLanguage",
Pid = 123
};
Properties
OcrLanguage
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.
public string? OcrLanguage { get; set; }
Property Value
Remarks
Pid
When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.
public double? Pid { get; set; }
Property Value
Remarks
It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.