 CopyC#
CopyC#ValidationException
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
 Declaration Syntax| C# | 
public class CreatePresetRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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  | 
|  | Description | 
            Gets and sets the property Description. 
             A description of the preset. | 
|  | Equals(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
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreatePresetRequest | |