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 4.5
 
Container for the parameters to the CreatePreset operation. The CreatePreset operation creates a preset with settings that you specify. Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.

Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticTranscoder.AmazonElasticTranscoderRequest
      Amazon.ElasticTranscoder.Model.CreatePresetRequest

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

Syntax

C#
public class CreatePresetRequest : AmazonElasticTranscoderRequest
         IRequestEvents

The CreatePresetRequest type exposes the following members

Constructors

NameDescription
Public Method CreatePresetRequest()

Properties

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

A section of the request body that specifies the audio parameters.

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 Name System.String Gets and sets the property Name.

The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

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

A section of the request body that specifies the thumbnail parameters, if any.

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

A section of the request body that specifies the video parameters.

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