AVDRMObjectDescriptor

DRM object descriptor.

Describes a single DRM object, addressing it as a PRIME file descriptor.

extern (C) @nogc nothrow
struct AVDRMObjectDescriptor {}

Members

Variables

fd
int fd;

DRM PRIME fd for the object.

format_modifier
ulong format_modifier;

Format modifier applied to the object (DRM_FORMAT_MOD_*).

size
size_t size;

Total size of the object.

Meta