Class: Aws::ElasticTranscoder::Types::CreatePresetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::CreatePresetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘CreatePresetRequest` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioParameters
A section of the request body that specifies the audio parameters.
-
#container ⇒ String
The container type for the output file.
-
#description ⇒ String
A description of the preset.
-
#name ⇒ String
The name of the preset.
-
#thumbnails ⇒ Types::Thumbnails
A section of the request body that specifies the thumbnail parameters, if any.
-
#video ⇒ Types::VideoParameters
A section of the request body that specifies the video parameters.
Instance Attribute Details
#audio ⇒ Types::AudioParameters
A section of the request body that specifies the audio parameters.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#container ⇒ String
The container type for the output file. Valid values include ‘flac`, `flv`, `fmp4`, `gif`, `mp3`, `mp4`, `mpg`, `mxf`, `oga`, `ogg`, `ts`, and `webm`.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the preset.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#thumbnails ⇒ Types::Thumbnails
A section of the request body that specifies the thumbnail parameters, if any.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::VideoParameters
A section of the request body that specifies the video parameters.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1228 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |