TransformOutputCustomPresetArgs

data class TransformOutputCustomPresetArgs(val codecs: Output<List<TransformOutputCustomPresetCodecArgs>>, val experimentalOptions: Output<Map<String, String>>? = null, val filter: Output<TransformOutputCustomPresetFilterArgs>? = null, val formats: Output<List<TransformOutputCustomPresetFormatArgs>>) : ConvertibleToJava<TransformOutputCustomPresetArgs>

Constructors

Link copied to clipboard
constructor(codecs: Output<List<TransformOutputCustomPresetCodecArgs>>, experimentalOptions: Output<Map<String, String>>? = null, filter: Output<TransformOutputCustomPresetFilterArgs>? = null, formats: Output<List<TransformOutputCustomPresetFormatArgs>>)

Properties

Link copied to clipboard

One or more codec blocks as defined above.

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

A filter block as defined below.

Link copied to clipboard

One or more format blocks as defined below.

Functions

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