StandardEncoderPresetResponse

data class StandardEncoderPresetResponse(val codecs: List<Any>, val filters: FiltersResponse? = null, val formats: List<Any>, val odataType: String)

Describes all the settings to be used when encoding the input video with the Standard Encoder.

Constructors

Link copied to clipboard
constructor(codecs: List<Any>, filters: FiltersResponse? = null, formats: List<Any>, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of codecs to be used when encoding the input video.

Link copied to clipboard

One or more filtering operations that are applied to the input media before encoding.

Link copied to clipboard

The list of outputs to be produced by the encoder.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.StandardEncoderPreset'.