PreprocessingConfigArgs

data class PreprocessingConfigArgs(val audio: Output<AudioArgs>? = null, val color: Output<ColorArgs>? = null, val crop: Output<CropArgs>? = null, val deblock: Output<DeblockArgs>? = null, val deinterlace: Output<DeinterlaceArgs>? = null, val denoise: Output<DenoiseArgs>? = null, val pad: Output<PadArgs>? = null) : ConvertibleToJava<PreprocessingConfigArgs>

Preprocessing configurations.

Constructors

Link copied to clipboard
fun PreprocessingConfigArgs(audio: Output<AudioArgs>? = null, color: Output<ColorArgs>? = null, crop: Output<CropArgs>? = null, deblock: Output<DeblockArgs>? = null, deinterlace: Output<DeinterlaceArgs>? = null, denoise: Output<DenoiseArgs>? = null, pad: Output<PadArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val audio: Output<AudioArgs>? = null

Audio preprocessing configuration.

Link copied to clipboard
val color: Output<ColorArgs>? = null

Color preprocessing configuration.

Link copied to clipboard
val crop: Output<CropArgs>? = null

Specify the video cropping configuration.

Link copied to clipboard
val deblock: Output<DeblockArgs>? = null

Deblock preprocessing configuration.

Link copied to clipboard
val deinterlace: Output<DeinterlaceArgs>? = null

Specify the video deinterlace configuration.

Link copied to clipboard
val denoise: Output<DenoiseArgs>? = null

Denoise preprocessing configuration.

Link copied to clipboard
val pad: Output<PadArgs>? = null

Specify the video pad filter configuration.