Interface CfnChannel.IMultiplexOutputSettingsProperty
Configuration of a Multiplex output.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMultiplexOutputSettingsProperty
Syntax (vb)
Public Interface IMultiplexOutputSettingsProperty
Remarks
The parent of this entity is OutputSettings.
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 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
Container |
|
Destination | Destination is a Multiplex. |
Properties
ContainerSettings
virtual object ContainerSettings { get; }
Property Value
System.
Remarks
Destination
Destination is a Multiplex.
virtual object Destination { get; }
Property Value
System.