Class CfnChannelPropsMixin.CmafIngestGroupSettingsProperty
Inherited Members
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
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
Constructors
CmafIngestGroupSettingsProperty()
public CmafIngestGroupSettingsProperty()
Remarks
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnChannelPropsMixin.IAdditionalDestinationsProperty)[]
CaptionLanguageMappings
public object? CaptionLanguageMappings { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnChannelPropsMixin.ICmafIngestCaptionLanguageMappingProperty)[]
Destination
public object? Destination { get; set; }
Property Value
Remarks
Id3Behavior
public string? Id3Behavior { get; set; }
Property Value
Remarks
Id3NameModifier
public string? Id3NameModifier { get; set; }
Property Value
Remarks
KlvBehavior
public string? KlvBehavior { get; set; }
Property Value
Remarks
KlvNameModifier
public string? KlvNameModifier { get; set; }
Property Value
Remarks
NielsenId3Behavior
public string? NielsenId3Behavior { get; set; }
Property Value
Remarks
NielsenId3NameModifier
public string? NielsenId3NameModifier { get; set; }
Property Value
Remarks
Scte35NameModifier
public string? Scte35NameModifier { get; set; }
Property Value
Remarks
Scte35Type
public string? Scte35Type { get; set; }
Property Value
Remarks
SegmentLength
public double? SegmentLength { get; set; }
Property Value
Remarks
SegmentLengthUnits
public string? SegmentLengthUnits { get; set; }
Property Value
Remarks
SendDelayMs
public double? SendDelayMs { get; set; }
Property Value
Remarks
TimedMetadataId3Frame
public string? TimedMetadataId3Frame { get; set; }
Property Value
Remarks
TimedMetadataId3Period
public double? TimedMetadataId3Period { get; set; }
Property Value
Remarks
TimedMetadataPassthrough
public string? TimedMetadataPassthrough { get; set; }