AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Inheritance Hierarchy

System.Object
  Amazon.ElasticTranscoder.Model.Preset

Namespace: Amazon.ElasticTranscoder.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Preset : Object

The Preset type exposes the following members

Constructors

NameDescription
Public Method Preset()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the preset.

Public Property Audio Amazon.ElasticTranscoder.Model.AudioParameters Gets and sets the property Audio.

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

Public Property Container System.String Gets and sets the property Container.

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

Public Property Description System.String Gets and sets the property Description.

A description of the preset.

Public Property Id System.String Gets and sets the property Id.

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

Public Property Name System.String Gets and sets the property Name.

The name of the preset.

Public Property Thumbnails Amazon.ElasticTranscoder.Model.Thumbnails Gets and sets the property Thumbnails.

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

Public Property Type System.String Gets and sets the property Type.

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

Public Property Video Amazon.ElasticTranscoder.Model.VideoParameters Gets and sets the property Video.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1