VideoInterop.DMABuf.Layer (video_interop v0.1.0)

Copy Markdown View Source

One AVDRM-style format layer and its planes.

A layer describes storage for one frame; it is not a compositor or UI layer.

Summary

Types

t()

@type t() :: %VideoInterop.DMABuf.Layer{
  fourcc: VideoInterop.DMABuf.FourCC.t(),
  planes: [VideoInterop.DMABuf.Plane.t()]
}