Class CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
Destination settings for a Multiplex output.
Inheritance
System.Object
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
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.
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.
ProgramName
The program name of the Multiplex program that the encoder is providing output to.
public string ProgramName { get; set; }
Property Value
System.String