VideoInput

data class VideoInput(val width: Int, val height: Int, val pixelFormat: PixelFormat, val timeBase: Rational, val frameRate: Rational, val sampleAspectRatio: Rational = Rational(1, 1))

Per-input description for FilterGraph.buildVideoMulti.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, pixelFormat: PixelFormat, timeBase: Rational, frameRate: Rational, sampleAspectRatio: Rational = Rational(1, 1))

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int