BuiltInStandardEncoderPresetArgs

data class BuiltInStandardEncoderPresetArgs(val configurations: Output<PresetConfigurationsArgs>? = null, val odataType: Output<String>, val presetName: Output<Either<String, EncoderNamedPreset>>) : ConvertibleToJava<BuiltInStandardEncoderPresetArgs>

Describes a built-in preset for encoding the input video with the Standard Encoder.

Constructors

Link copied to clipboard
constructor(configurations: Output<PresetConfigurationsArgs>? = null, odataType: Output<String>, presetName: Output<Either<String, EncoderNamedPreset>>)

Properties

Link copied to clipboard

Optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset.

Link copied to clipboard
val odataType: Output<String>

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

Link copied to clipboard
val presetName: Output<Either<String, EncoderNamedPreset>>

The built-in preset to be used for encoding videos.

Functions

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