Class: Aws::ElasticTranscoder::Types::Preset
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::Preset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren’t included among the default presets. You specify which preset you want to use when you create a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the preset.
-
#audio ⇒ Types::AudioParameters
A section of the response body that provides information about the audio preset values.
-
#container ⇒ String
The container type for the output file.
-
#description ⇒ String
A description of the preset.
-
#id ⇒ String
Identifier for the new preset.
-
#name ⇒ String
The name of the preset.
-
#thumbnails ⇒ Types::Thumbnails
A section of the response body that provides information about the thumbnail preset values, if any.
-
#type ⇒ String
Whether the preset is a default preset provided by Elastic Transcoder (‘System`) or a preset that you have defined (`Custom`).
-
#video ⇒ Types::VideoParameters
A section of the response body that provides information about the video preset values.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the preset.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#audio ⇒ Types::AudioParameters
A section of the response body that provides information about the audio preset values.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) 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`.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the preset.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the preset.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#thumbnails ⇒ Types::Thumbnails
A section of the response body that provides information about the thumbnail preset values, if any.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Whether the preset is a default preset provided by Elastic Transcoder (‘System`) or a preset that you have defined (`Custom`).
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::VideoParameters
A section of the response body that provides information about the video preset values.
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2890 class Preset < Struct.new( :id, :arn, :name, :description, :container, :audio, :video, :thumbnails, :type) SENSITIVE = [] include Aws::Structure end |