PadResponse

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

Pad filter configuration for the input video. The padded input video is scaled after padding with black 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 add to the bottom. The default is 0.

Link copied to clipboard

The number of pixels to add to the left. The default is 0.

Link copied to clipboard

The number of pixels to add to the right. The default is 0.

Link copied to clipboard

The number of pixels to add to the top. The default is 0.