Show / Hide Table of Contents

Class CfnChannel.MultiplexProgramChannelDestinationSettingsProperty

Destination settings for a Multiplex output.

Inheritance
System.Object
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
Implements
CfnChannel.IMultiplexProgramChannelDestinationSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class MultiplexProgramChannelDestinationSettingsProperty : Object, CfnChannel.IMultiplexProgramChannelDestinationSettingsProperty
Syntax (vb)
Public Class MultiplexProgramChannelDestinationSettingsProperty
    Inherits Object
    Implements CfnChannel.IMultiplexProgramChannelDestinationSettingsProperty
Remarks

The parent of this entity is OutputDestination.

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

var multiplexProgramChannelDestinationSettingsProperty = new MultiplexProgramChannelDestinationSettingsProperty {
    MultiplexId = "multiplexId",
    ProgramName = "programName"
};

Synopsis

Constructors

MultiplexProgramChannelDestinationSettingsProperty()

Properties

MultiplexId

The ID of the Multiplex that the encoder is providing output to.

ProgramName

The program name of the Multiplex program that the encoder is providing output to.

Constructors

MultiplexProgramChannelDestinationSettingsProperty()

public MultiplexProgramChannelDestinationSettingsProperty()

Properties

MultiplexId

The ID of the Multiplex that the encoder is providing output to.

public string MultiplexId { get; set; }
Property Value

System.String

Remarks

You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.html#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-multiplexid

ProgramName

The program name of the Multiplex program that the encoder is providing output to.

public string ProgramName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.html#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-programname

Implements

CfnChannel.IMultiplexProgramChannelDestinationSettingsProperty
Back to top Generated by DocFX