AWS SDK for .NET Documentation
CreatePresetRequest Class
AmazonAmazon.ElasticTranscoder.ModelCreatePresetRequest Did this page help you?   Yes   No    Tell us about it...
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 (
CopyC#
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.

Declaration Syntax
C#
public class CreatePresetRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreatePresetRequest()()()()
Initializes a new instance of the CreatePresetRequest class

Audio
Gets and sets the property Audio.

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


Container
Gets and sets the property Container.

The container type for the output file. Valid values include

CopyC#
mp3
,
CopyC#
mp4
,
CopyC#
ogg
,
CopyC#
ts
, and
CopyC#
webm
.


Description
Gets and sets the property Description.

A description of the preset.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
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.


Thumbnails
Gets and sets the property Thumbnails.

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Video
Gets and sets the property Video.

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


WithAudio(AudioParameters) Obsolete.
Sets the Audio property

WithContainer(String) Obsolete.
Sets the Container property

WithDescription(String) Obsolete.
Sets the Description property

WithName(String) Obsolete.
Sets the Name property

WithThumbnails(Thumbnails) Obsolete.
Sets the Thumbnails property

WithVideo(VideoParameters) Obsolete.
Sets the Video property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreatePresetRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)