Class CfnMultiplexprogramPropsMixin.MultiplexVideoSettingsProperty
The video configuration for each program in a multiplex.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMultiplexprogramPropsMixin.MultiplexVideoSettingsProperty : CfnMultiplexprogramPropsMixin.IMultiplexVideoSettingsProperty
Syntax (vb)
Public Class CfnMultiplexprogramPropsMixin.MultiplexVideoSettingsProperty Implements CfnMultiplexprogramPropsMixin.IMultiplexVideoSettingsProperty
Remarks
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 multiplexVideoSettingsProperty = new MultiplexVideoSettingsProperty {
ConstantBitrate = 123,
StatmuxSettings = new MultiplexStatmuxVideoSettingsProperty {
MaximumBitrate = 123,
MinimumBitrate = 123,
Priority = 123
}
};
Synopsis
Constructors
| MultiplexVideoSettingsProperty() | The video configuration for each program in a multiplex. |
Properties
| ConstantBitrate | The constant bitrate configuration for the video encode. |
| StatmuxSettings | Statmux rate control settings. |
Constructors
MultiplexVideoSettingsProperty()
The video configuration for each program in a multiplex.
public MultiplexVideoSettingsProperty()
Remarks
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 multiplexVideoSettingsProperty = new MultiplexVideoSettingsProperty {
ConstantBitrate = 123,
StatmuxSettings = new MultiplexStatmuxVideoSettingsProperty {
MaximumBitrate = 123,
MinimumBitrate = 123,
Priority = 123
}
};
Properties
ConstantBitrate
The constant bitrate configuration for the video encode.
public double? ConstantBitrate { get; set; }
Property Value
Remarks
When this field is defined, StatmuxSettings must be undefined.
StatmuxSettings
Statmux rate control settings.
public object? StatmuxSettings { get; set; }
Property Value
Remarks
When this field is defined, ConstantBitrate must be undefined.
Type union: either IResolvable or CfnMultiplexprogramPropsMixin.IMultiplexStatmuxVideoSettingsProperty