TransformOutputCustomPresetFilterArgs

data class TransformOutputCustomPresetFilterArgs(val cropRectangle: Output<TransformOutputCustomPresetFilterCropRectangleArgs>? = null, val deinterlace: Output<TransformOutputCustomPresetFilterDeinterlaceArgs>? = null, val fadeIn: Output<TransformOutputCustomPresetFilterFadeInArgs>? = null, val fadeOut: Output<TransformOutputCustomPresetFilterFadeOutArgs>? = null, val overlays: Output<List<TransformOutputCustomPresetFilterOverlayArgs>>? = null, val rotation: Output<String>? = null) : ConvertibleToJava<TransformOutputCustomPresetFilterArgs>

Constructors

Link copied to clipboard
constructor(cropRectangle: Output<TransformOutputCustomPresetFilterCropRectangleArgs>? = null, deinterlace: Output<TransformOutputCustomPresetFilterDeinterlaceArgs>? = null, fadeIn: Output<TransformOutputCustomPresetFilterFadeInArgs>? = null, fadeOut: Output<TransformOutputCustomPresetFilterFadeOutArgs>? = null, overlays: Output<List<TransformOutputCustomPresetFilterOverlayArgs>>? = null, rotation: Output<String>? = null)

Properties

Link copied to clipboard

A crop_rectangle block as defined above.

Link copied to clipboard

A deinterlace block as defined below.

Link copied to clipboard

A fade_in block as defined above.

Link copied to clipboard

A fade_out block as defined above.

Link copied to clipboard

One or more overlay blocks as defined below.

Link copied to clipboard
val rotation: Output<String>? = null

The rotation to be applied to the input video before it is encoded. Possible values are Auto, None, Rotate90, Rotate180, Rotate270,or Rotate0. Default to Auto.

Functions

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