Show / Hide Table of Contents

Class CfnJobTemplate.AccelerationSettingsProperty

Accelerated transcoding can significantly speed up jobs with long, visually complex content.

Inheritance
object
CfnJobTemplate.AccelerationSettingsProperty
Implements
CfnJobTemplate.IAccelerationSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconvert-jobtemplate-accelerationsettings.html#cfn-mediaconvert-jobtemplate-accelerationsettings-mode

Implements

CfnJobTemplate.IAccelerationSettingsProperty
Back to top Generated by DocFX