gstallocators.dma_buf_allocator
Module for [DmaBufAllocator] class
Types 3
Base class for allocators with dmabuf-backed memory
Methods
DmaBufAllocatorGidBuilder builder() static nothrowGet builder for [gstallocators.dma_buf_allocator.DmaBufAllocator] Returns: New builder objectgst.memory.Memory alloc(gst.allocator.Allocator allocator, int fd, size_t size) static nothrowReturn a [gst.memory.Memory] that wraps a dmabuf file descriptor.gst.memory.Memory allocWithFlags(gst.allocator.Allocator allocator, int fd, size_t size, gstallocators.types.FdMemoryFlags flags) static nothrowReturn a [gst.memory.Memory] that wraps a dmabuf file descriptor.Fluent builder implementation template for gstallocators.dma_buf_allocator.DmaBufAllocator
Fluent builder for gstallocators.dma_buf_allocator.DmaBufAllocator
Methods