Class CfnJobTemplate.AccelerationSettingsProperty
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaConvert
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnJobTemplate.AccelerationSettingsProperty : CfnJobTemplate.IAccelerationSettingsProperty
Syntax (vb)
Public Class CfnJobTemplate.AccelerationSettingsProperty Implements CfnJobTemplate.IAccelerationSettingsProperty
Remarks
Outputs that use this feature incur pro-tier pricing. For information about feature limitations, For more information, see Job Limitations for Accelerated Transcoding in AWS Elemental MediaConvert in the AWS Elemental MediaConvert User Guide .
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.MediaConvert;
var accelerationSettingsProperty = new AccelerationSettingsProperty {
Mode = "mode"
};
Synopsis
Constructors
| AccelerationSettingsProperty() | Accelerated transcoding can significantly speed up jobs with long, visually complex content. |
Properties
| Mode | Specify the conditions when the service will run your job with accelerated transcoding. |
Constructors
AccelerationSettingsProperty()
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
public AccelerationSettingsProperty()
Remarks
Outputs that use this feature incur pro-tier pricing. For information about feature limitations, For more information, see Job Limitations for Accelerated Transcoding in AWS Elemental MediaConvert in the AWS Elemental MediaConvert User Guide .
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.MediaConvert;
var accelerationSettingsProperty = new AccelerationSettingsProperty {
Mode = "mode"
};
Properties
Mode
Specify the conditions when the service will run your job with accelerated transcoding.
public string Mode { get; set; }