Filters Response
data class FiltersResponse(val crop: RectangleResponse? = null, val deinterlace: DeinterlaceResponse? = null, val overlays: List<Either<AudioOverlayResponse, VideoOverlayResponse>>? = null, val rotation: String? = null)
Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.
Constructors
Link copied to clipboard
constructor(crop: RectangleResponse? = null, deinterlace: DeinterlaceResponse? = null, overlays: List<Either<AudioOverlayResponse, VideoOverlayResponse>>? = null, rotation: String? = null)