Show / Hide Table of Contents

Class CfnChannelPropsMixin.CmafIngestGroupSettingsProperty

Inheritance
object
CfnChannelPropsMixin.CmafIngestGroupSettingsProperty
Implements
CfnChannelPropsMixin.ICmafIngestGroupSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.CmafIngestGroupSettingsProperty : CfnChannelPropsMixin.ICmafIngestGroupSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.CmafIngestGroupSettingsProperty Implements CfnChannelPropsMixin.ICmafIngestGroupSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.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.CfnPropertyMixins.AWS.MediaLive;

             var cmafIngestGroupSettingsProperty = new CmafIngestGroupSettingsProperty {
                 AdditionalDestinations = new [] { new AdditionalDestinationsProperty {
                     Destination = new OutputLocationRefProperty {
                         DestinationRefId = "destinationRefId"
                     }
                 } },
                 CaptionLanguageMappings = new [] { new CmafIngestCaptionLanguageMappingProperty {
                     CaptionChannel = 123,
                     LanguageCode = "languageCode"
                 } },
                 Destination = new OutputLocationRefProperty {
                     DestinationRefId = "destinationRefId"
                 },
                 Id3Behavior = "id3Behavior",
                 Id3NameModifier = "id3NameModifier",
                 KlvBehavior = "klvBehavior",
                 KlvNameModifier = "klvNameModifier",
                 NielsenId3Behavior = "nielsenId3Behavior",
                 NielsenId3NameModifier = "nielsenId3NameModifier",
                 Scte35NameModifier = "scte35NameModifier",
                 Scte35Type = "scte35Type",
                 SegmentLength = 123,
                 SegmentLengthUnits = "segmentLengthUnits",
                 SendDelayMs = 123,
                 TimedMetadataId3Frame = "timedMetadataId3Frame",
                 TimedMetadataId3Period = 123,
                 TimedMetadataPassthrough = "timedMetadataPassthrough"
             };

Synopsis

Constructors

CmafIngestGroupSettingsProperty()

Properties

AdditionalDestinations
CaptionLanguageMappings
Destination
Id3Behavior
Id3NameModifier
KlvBehavior
KlvNameModifier
NielsenId3Behavior
NielsenId3NameModifier
Scte35NameModifier
Scte35Type
SegmentLength
SegmentLengthUnits
SendDelayMs
TimedMetadataId3Frame
TimedMetadataId3Period
TimedMetadataPassthrough

Constructors

CmafIngestGroupSettingsProperty()

public CmafIngestGroupSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.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.CfnPropertyMixins.AWS.MediaLive;

             var cmafIngestGroupSettingsProperty = new CmafIngestGroupSettingsProperty {
                 AdditionalDestinations = new [] { new AdditionalDestinationsProperty {
                     Destination = new OutputLocationRefProperty {
                         DestinationRefId = "destinationRefId"
                     }
                 } },
                 CaptionLanguageMappings = new [] { new CmafIngestCaptionLanguageMappingProperty {
                     CaptionChannel = 123,
                     LanguageCode = "languageCode"
                 } },
                 Destination = new OutputLocationRefProperty {
                     DestinationRefId = "destinationRefId"
                 },
                 Id3Behavior = "id3Behavior",
                 Id3NameModifier = "id3NameModifier",
                 KlvBehavior = "klvBehavior",
                 KlvNameModifier = "klvNameModifier",
                 NielsenId3Behavior = "nielsenId3Behavior",
                 NielsenId3NameModifier = "nielsenId3NameModifier",
                 Scte35NameModifier = "scte35NameModifier",
                 Scte35Type = "scte35Type",
                 SegmentLength = 123,
                 SegmentLengthUnits = "segmentLengthUnits",
                 SendDelayMs = 123,
                 TimedMetadataId3Frame = "timedMetadataId3Frame",
                 TimedMetadataId3Period = 123,
                 TimedMetadataPassthrough = "timedMetadataPassthrough"
             };

Properties

AdditionalDestinations

public object? AdditionalDestinations { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnChannelPropsMixin.IAdditionalDestinationsProperty)[]

CaptionLanguageMappings

public object? CaptionLanguageMappings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnChannelPropsMixin.ICmafIngestCaptionLanguageMappingProperty)[]

Destination

public object? Destination { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IOutputLocationRefProperty

Id3Behavior

public string? Id3Behavior { get; set; }
Property Value

string

Remarks

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

Id3NameModifier

public string? Id3NameModifier { get; set; }
Property Value

string

Remarks

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

KlvBehavior

public string? KlvBehavior { get; set; }
Property Value

string

Remarks

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

KlvNameModifier

public string? KlvNameModifier { get; set; }
Property Value

string

Remarks

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

NielsenId3Behavior

public string? NielsenId3Behavior { get; set; }
Property Value

string

Remarks

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

NielsenId3NameModifier

public string? NielsenId3NameModifier { get; set; }
Property Value

string

Remarks

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

Scte35NameModifier

public string? Scte35NameModifier { get; set; }
Property Value

string

Remarks

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

Scte35Type

public string? Scte35Type { get; set; }
Property Value

string

Remarks

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

SegmentLength

public double? SegmentLength { get; set; }
Property Value

double?

Remarks

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

SegmentLengthUnits

public string? SegmentLengthUnits { get; set; }
Property Value

string

Remarks

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

SendDelayMs

public double? SendDelayMs { get; set; }
Property Value

double?

Remarks

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

TimedMetadataId3Frame

public string? TimedMetadataId3Frame { get; set; }
Property Value

string

Remarks

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

TimedMetadataId3Period

public double? TimedMetadataId3Period { get; set; }
Property Value

double?

Remarks

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

TimedMetadataPassthrough

public string? TimedMetadataPassthrough { get; set; }
Property Value

string

Remarks

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

Implements

CfnChannelPropsMixin.ICmafIngestGroupSettingsProperty
Back to top Generated by DocFX