You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::AccelerationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AccelerationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  mode: "DISABLED", # required, accepts DISABLED, ENABLED, PREFERRED
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

Specify the conditions when the service will run your job with accelerated transcoding.

Possible values:

  • DISABLED
  • ENABLED
  • PREFERRED

Returns:

  • (String)

    Specify the conditions when the service will run your job with accelerated transcoding.