Class CfnChannel.DvbSubSourceSettingsProperty
Information about the DVB Sub captions to extract from the input.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DvbSubSourceSettingsProperty : Object, CfnChannel.IDvbSubSourceSettingsProperty
Syntax (vb)
Public Class DvbSubSourceSettingsProperty
Inherits Object
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
Dvb |
Properties
Ocr |
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()
public DvbSubSourceSettingsProperty()
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
System.
Remarks
Pid
When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.
public Nullable<double> Pid { get; set; }
Property Value
System.
Remarks
It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.