AVDRMLayerDescriptor

DRM layer descriptor.

Describes a single layer within a frame. This has the structure defined by its format, and will contain one or more planes.

extern (C) @nogc nothrow
struct AVDRMLayerDescriptor {}

Members

Variables

format
uint format;

Format of the layer (DRM_FORMAT_*).

nb_planes
int nb_planes;

Number of planes in the layer.

planes
AVDRMPlaneDescriptor[AV_DRM_MAX_PLANES] planes;

Array of planes in this layer.

Meta