AWS SDK Version 3 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.

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Preset

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class Preset

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. An identifier for this resource that is unique within all of AWS.

Public Property Category System.String

Gets and sets the property Category. An optional category you create to organize your presets.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt. The timestamp in epoch seconds for preset creation.

Public Property Description System.String

Gets and sets the property Description. An optional description you create for each preset.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated. The timestamp in epoch seconds when the preset was last updated.

Public Property Name System.String

Gets and sets the property Name. A name you create for each preset. Each name must be unique within your account.

Public Property Settings Amazon.MediaConvert.Model.PresetSettings

Gets and sets the property Settings. Settings for preset

Public Property Type Amazon.MediaConvert.Type

Gets and sets the property Type. A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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