Class: Aws::MediaConvert::Types::AccelerationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AccelerationSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Note:
When making an API call, you may pass AccelerationSettings data as a hash:
{
mode: "DISABLED", # required, accepts DISABLED, ENABLED, PREFERRED
}
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
Constant Summary collapse
- SENSITIVE =
[]
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.
245 246 247 248 249 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 245 class AccelerationSettings < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |