You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::Preset

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the preset.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the preset.

#audioTypes::AudioParameters

A section of the response body that provides information about the audio preset values.

Returns:

  • (Types::AudioParameters)

    A section of the response body that provides information about the audio preset values.

#containerString

The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

Returns:

  • (String)

    The container type for the output file.

#descriptionString

A description of the preset.

Returns:

  • (String)

    A description of the preset.

#idString

Identifier for the new preset. You use this value to get settings for the preset or to delete it.

Returns:

  • (String)

    Identifier for the new preset.

#nameString

The name of the preset.

Returns:

  • (String)

    The name of the preset.

#thumbnailsTypes::Thumbnails

A section of the response body that provides information about the thumbnail preset values, if any.

Returns:

  • (Types::Thumbnails)

    A section of the response body that provides information about the thumbnail preset values, if any.

#typeString

Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

Returns:

  • (String)

    Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

#videoTypes::VideoParameters

A section of the response body that provides information about the video preset values.

Returns:

  • (Types::VideoParameters)

    A section of the response body that provides information about the video preset values.