GstPhysMemoryAllocatorInterface

Marker interface for allocators with physical address backed memory

Members

Variables

getPhysAddr
size_t function(GstPhysMemoryAllocator* allocator, GstMemory* mem) getPhysAddr;

Implementations shall return the physicall memory address that is backing the provided memory, or 0 if none.

parentIface
GTypeInterface parentIface;