VideoStreamInfo
data class VideoStreamInfo(val width: Int, val height: Int, val pixelFormat: PixelFormat, val frameRate: Rational, val sampleAspectRatio: Rational, val color: ColorInfo = ColorInfo.Unspecified, val vp9: Vp9CodecInfo? = null)
Constructors
Link copied to clipboard
constructor(width: Int, height: Int, pixelFormat: PixelFormat, frameRate: Rational, sampleAspectRatio: Rational, color: ColorInfo = ColorInfo.Unspecified, vp9: Vp9CodecInfo? = null)