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
- Struct
- Aws::MediaConvert::Types::AccelerationSettings
- 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
-
#mode ⇒ String
Specify the conditions when the service will run your job with accelerated transcoding.
Instance Attribute Details
#mode ⇒ String
Specify the conditions when the service will run your job with accelerated transcoding.
Possible values:
- DISABLED
- ENABLED
- PREFERRED