Interface CfnChannel.IMultiplexProgramChannelDestinationSettingsProperty
Destination settings for a Multiplex output.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public interface IMultiplexProgramChannelDestinationSettingsProperty
Syntax (vb)
Public Interface 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
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. |
Properties
MultiplexId
The ID of the Multiplex that the encoder is providing output to.
virtual string MultiplexId { get; }
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.
virtual string ProgramName { get; }
Property Value
System.String