EncoderSystemPresetArgs

data class EncoderSystemPresetArgs(val name: Output<Either<String, EncoderSystemPresetType>>, val type: Output<String>) : ConvertibleToJava<EncoderSystemPresetArgs>

Describes a built-in preset for encoding the input content using the encoder processor.

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, EncoderSystemPresetType>>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<Either<String, EncoderSystemPresetType>>

Name of the built-in encoding preset.

Link copied to clipboard
val type: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.EncoderSystemPreset'.

Functions

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