Interface CfnMultiplexprogram.IMultiplexStatmuxVideoSettingsProperty
Statmux rate control settings.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMultiplexStatmuxVideoSettingsProperty
Syntax (vb)
Public Interface IMultiplexStatmuxVideoSettingsProperty
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.AWS.MediaLive;
var multiplexStatmuxVideoSettingsProperty = new MultiplexStatmuxVideoSettingsProperty {
MaximumBitrate = 123,
MinimumBitrate = 123,
Priority = 123
};
Synopsis
Properties
Maximum |
Maximum statmux bitrate. |
Minimum |
Minimum statmux bitrate. |
Priority | The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. |
Properties
MaximumBitrate
Maximum statmux bitrate.
virtual Nullable<double> MaximumBitrate { get; }
Property Value
System.
Remarks
MinimumBitrate
Minimum statmux bitrate.
virtual Nullable<double> MinimumBitrate { get; }
Property Value
System.
Remarks
Priority
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.
virtual Nullable<double> Priority { get; }
Property Value
System.
Remarks
Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.