drmDumbMemoryGetHandle

Return the DRM buffer object handle associated with mem.

uint
drmDumbMemoryGetHandle

Parameters

mem gst.memory.Memory

the memory to get the handle from

Return Value

Type: uint

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.