CropResponse

data class CropResponse(val bottomPixels: Int, val leftPixels: Int, val rightPixels: Int, val topPixels: Int)

Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.

Constructors

Link copied to clipboard
constructor(bottomPixels: Int, leftPixels: Int, rightPixels: Int, topPixels: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of pixels to crop from the bottom. The default is 0.

Link copied to clipboard

The number of pixels to crop from the left. The default is 0.

Link copied to clipboard

The number of pixels to crop from the right. The default is 0.

Link copied to clipboard

The number of pixels to crop from the top. The default is 0.