Show / Hide Table of Contents

Class CfnChannelPropsMixin.MultiplexOutputSettingsProperty

Configuration of a Multiplex output.

Inheritance
object
CfnChannelPropsMixin.MultiplexOutputSettingsProperty
Implements
CfnChannelPropsMixin.IMultiplexOutputSettingsProperty
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.MultiplexOutputSettingsProperty : CfnChannelPropsMixin.IMultiplexOutputSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.MultiplexOutputSettingsProperty Implements 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

Constructors

MultiplexOutputSettingsProperty()

Configuration of a Multiplex output.

Properties

ContainerSettings

Configuration of a Multiplex output.

Destination

Destination is a Multiplex.

Constructors

MultiplexOutputSettingsProperty()

Configuration of a Multiplex output.

public MultiplexOutputSettingsProperty()
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"
                 }
             };

Properties

ContainerSettings

Configuration of a Multiplex output.

public object? ContainerSettings { get; set; }
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.

public object? Destination { get; set; }
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

Implements

CfnChannelPropsMixin.IMultiplexOutputSettingsProperty
Back to top Generated by DocFX