StandardEncoderPresetArgs

data class StandardEncoderPresetArgs(val codecs: Output<List<Any>>, val experimentalOptions: Output<Map<String, String>>? = null, val filters: Output<FiltersArgs>? = null, val formats: Output<List<Any>>, val odataType: Output<String>) : ConvertibleToJava<StandardEncoderPresetArgs>

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

Constructors

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

Properties

Link copied to clipboard
val codecs: Output<List<Any>>

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

Link copied to clipboard
val experimentalOptions: Output<Map<String, String>>? = null

Dictionary containing key value pairs for parameters not exposed in the preset itself

Link copied to clipboard
val filters: Output<FiltersArgs>? = null

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

Link copied to clipboard
val formats: Output<List<Any>>

The list of outputs to be produced by the encoder.

Link copied to clipboard
val odataType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): StandardEncoderPresetArgs