GstVulkan.VulkanBufferPool¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
bufferpool |
r |
the parent |
|
device |
r |
the |
Class Details¶
- class GstVulkan.VulkanBufferPool(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Opaque
GstVulkan.VulkanBufferPool
structNew in version 1.18.
- classmethod config_set_allocation_params(config, usage, mem_properties)¶
- Parameters:
config (
Gst.Structure
) – theGst.Structure
with the pool’s configuration.usage (
Vulkan.BufferUsageFlags
) – The Vulkan buffer usage flags.mem_properties (
Vulkan.MemoryPropertyFlags
) –
Sets the usage of the buffers to setup.
New in version 1.24.
- classmethod new(device)¶
- Parameters:
device (
GstVulkan.VulkanDevice
) – theGstVulkan.VulkanDevice
to use- Returns:
a
Gst.BufferPool
that allocates buffers with #GstGLMemory- Return type:
New in version 1.18.