gstallocators.shm_allocator

Module for ShmAllocator class

Members

Classes

ShmAllocator
class ShmAllocator

This is a subclass of #GstFdAllocator that implements the gst.allocator.Allocator.alloc method using memfd_create() when available, POSIX shm_open() otherwise. Platforms not supporting any of those (Windows) will always return null.

ShmAllocatorGidBuilder
class ShmAllocatorGidBuilder

Fluent builder for gstallocators.shm_allocator.ShmAllocator

ShmAllocatorGidBuilderImpl
class ShmAllocatorGidBuilderImpl(T)

Fluent builder implementation template for gstallocators.shm_allocator.ShmAllocator