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.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 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`.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the preset.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 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.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 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.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 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.
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1235 class CreatePresetRequest < Struct.new( :name, :description, :container, :video, :audio, :thumbnails) SENSITIVE = [] include Aws::Structure end |