Transform Output Custom Preset Filter
data class TransformOutputCustomPresetFilter(val cropRectangle: TransformOutputCustomPresetFilterCropRectangle? = null, val deinterlace: TransformOutputCustomPresetFilterDeinterlace? = null, val fadeIn: TransformOutputCustomPresetFilterFadeIn? = null, val fadeOut: TransformOutputCustomPresetFilterFadeOut? = null, val overlays: List<TransformOutputCustomPresetFilterOverlay>? = null, val rotation: String? = null)
Constructors
Link copied to clipboard
constructor(cropRectangle: TransformOutputCustomPresetFilterCropRectangle? = null, deinterlace: TransformOutputCustomPresetFilterDeinterlace? = null, fadeIn: TransformOutputCustomPresetFilterFadeIn? = null, fadeOut: TransformOutputCustomPresetFilterFadeOut? = null, overlays: List<TransformOutputCustomPresetFilterOverlay>? = null, rotation: 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.