PixelFormat

value class PixelFormat(val name: String)

The pixel format of a video frame, named exactly as FFmpeg names it (yuv420p, nv12, …). The platform bridge translates the name to an AV_PIX_FMT_* value.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard