Show / Hide Table of Contents

Class CfnChannel.DvbSubSourceSettingsProperty

Information about the DVB Sub captions to extract from the input.

Inheritance
object
CfnChannel.DvbSubSourceSettingsProperty
Implements
CfnChannel.IDvbSubSourceSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html#cfn-medialive-channel-dvbsubsourcesettings-ocrlanguage

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

double?

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubsourcesettings.html#cfn-medialive-channel-dvbsubsourcesettings-pid

Implements

CfnChannel.IDvbSubSourceSettingsProperty
Back to top Generated by DocFX