drm_dumb_memory_get_handle


Description:

[ CCode ( cname = "gst_drm_dumb_memory_get_handle" ) ]
[ Version ( since = "1.24" ) ]
public uint32 drm_dumb_memory_get_handle (Memory mem)

Return the DRM buffer object handle associated with mem.

Parameters:

mem

the memory to get the handle from

Returns:

the DRM buffer object handle associated with the memory, or 0. The handle is still owned by the GstMemory and cannot be used beyond the lifetime of this GstMemory unless it is being passed to DRM driver, which does handle a refcount internally.


Namespace: Gst.Allocators