Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IMultiplexOutputSettingsProperty

Configuration of a Multiplex output.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IMultiplexOutputSettingsProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.IMultiplexOutputSettingsProperty
Remarks

The parent of this entity is OutputSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexoutputsettings.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 multiplexOutputSettingsProperty = new MultiplexOutputSettingsProperty {
                 ContainerSettings = new MultiplexContainerSettingsProperty {
                     MultiplexM2TsSettings = new MultiplexM2tsSettingsProperty {
                         AbsentInputAudioBehavior = "absentInputAudioBehavior",
                         Arib = "arib",
                         AudioBufferModel = "audioBufferModel",
                         AudioFramesPerPes = 123,
                         AudioStreamType = "audioStreamType",
                         CcDescriptor = "ccDescriptor",
                         Ebif = "ebif",
                         EsRateInPes = "esRateInPes",
                         Klv = "klv",
                         NielsenId3Behavior = "nielsenId3Behavior",
                         PcrControl = "pcrControl",
                         PcrPeriod = 123,
                         Scte35Control = "scte35Control",
                         Scte35PrerollPullupMilliseconds = 123
                     }
                 },
                 Destination = new OutputLocationRefProperty {
                     DestinationRefId = "destinationRefId"
                 }
             };

Synopsis

Properties

ContainerSettings

Configuration of a Multiplex output.

Destination

Destination is a Multiplex.

Properties

ContainerSettings

Configuration of a Multiplex output.

object? ContainerSettings { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IMultiplexContainerSettingsProperty

Destination

Destination is a Multiplex.

object? Destination { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IOutputLocationRefProperty

Back to top Generated by DocFX