AVDRMPlaneDescriptor

DRM plane descriptor.

Describes a single plane of a layer, which is contained within a single object.

extern (C) @nogc nothrow
struct AVDRMPlaneDescriptor {}

Members

Variables

object_index
int object_index;

Index of the object containing this plane in the objects array of the enclosing frame descriptor.

offset
ptrdiff_t offset;

Offset within that object of this plane.

pitch
ptrdiff_t pitch;

Pitch (linesize) of this plane.

Meta