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)

Properties

Link copied to clipboard

Owned snapshot of the container/bitstream colour declaration.

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

VP9 sequence metadata, present only for VP9 streams. Unknown fields stay null.

Link copied to clipboard
val width: Int