Class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty
The settings for the MediaPackage group.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty : CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty Implements CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
Remarks
The parent of this entity is OutputGroupSettings.
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 mediaPackageGroupSettingsProperty = new MediaPackageGroupSettingsProperty {
Destination = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
},
MediapackageV2GroupSettings = new MediaPackageV2GroupSettingsProperty {
AdditionalDestinations = new [] { new MediaPackageAdditionalDestinationsProperty {
Destination = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
}
} },
CaptionLanguageMappings = new [] { new CaptionLanguageMappingProperty {
CaptionChannel = 123,
LanguageCode = "languageCode",
LanguageDescription = "languageDescription"
} },
Id3Behavior = "id3Behavior",
KlvBehavior = "klvBehavior",
NielsenId3Behavior = "nielsenId3Behavior",
Scte35Type = "scte35Type",
SegmentLength = 123,
SegmentLengthUnits = "segmentLengthUnits",
TimedMetadataId3Frame = "timedMetadataId3Frame",
TimedMetadataId3Period = 123,
TimedMetadataPassthrough = "timedMetadataPassthrough"
}
};
Synopsis
Constructors
| MediaPackageGroupSettingsProperty() | The settings for the MediaPackage group. |
Properties
| Destination | The MediaPackage channel destination. |
| MediapackageV2GroupSettings | The settings for the MediaPackage group. |
Constructors
MediaPackageGroupSettingsProperty()
The settings for the MediaPackage group.
public MediaPackageGroupSettingsProperty()
Remarks
The parent of this entity is OutputGroupSettings.
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 mediaPackageGroupSettingsProperty = new MediaPackageGroupSettingsProperty {
Destination = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
},
MediapackageV2GroupSettings = new MediaPackageV2GroupSettingsProperty {
AdditionalDestinations = new [] { new MediaPackageAdditionalDestinationsProperty {
Destination = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
}
} },
CaptionLanguageMappings = new [] { new CaptionLanguageMappingProperty {
CaptionChannel = 123,
LanguageCode = "languageCode",
LanguageDescription = "languageDescription"
} },
Id3Behavior = "id3Behavior",
KlvBehavior = "klvBehavior",
NielsenId3Behavior = "nielsenId3Behavior",
Scte35Type = "scte35Type",
SegmentLength = 123,
SegmentLengthUnits = "segmentLengthUnits",
TimedMetadataId3Frame = "timedMetadataId3Frame",
TimedMetadataId3Period = 123,
TimedMetadataPassthrough = "timedMetadataPassthrough"
}
};
Properties
Destination
The MediaPackage channel destination.
public object? Destination { get; set; }
Property Value
Remarks
MediapackageV2GroupSettings
The settings for the MediaPackage group.
public object? MediapackageV2GroupSettings { get; set; }