Preset

class Preset

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the preset.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A description of the preset.

Link copied to clipboard
val id: String?

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

Link copied to clipboard
val name: String?

The name of the preset.

Link copied to clipboard

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

Link copied to clipboard
val type: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Preset.Builder.() -> Unit = {}): Preset
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String