GstAllocators.PhysMemoryAllocator¶
- Implementations:
None
Methods¶
None
Virtual Methods¶
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class GstAllocators.PhysMemoryAllocator¶
- Bases:
- Structure:
New in version 1.14.
- do_get_phys_addr(mem) virtual¶
- Parameters:
mem (
Gst.Memory
) –- Return type:
Implementations shall return the physicall memory address that is backing the provided memory, or 0 if none.