GstCuda.CudaMemoryPool

Fields

Name

Type

Access

Description

context

GstCuda.CudaContext

r/w

parent

Gst.MiniObject

r/w

Methods

class

new (context, props)

get_handle ()

ref ()

unref ()

Details

class GstCuda.CudaMemoryPool

New in version 1.26.

classmethod new(context, props)
Parameters:
Returns:

a new GstCuda.CudaMemoryPool or None on failure

Return type:

GstCuda.CudaMemoryPool or None

Creates a new GstCuda.CudaMemoryPool with props. If props is None, non-exportable pool property will be used.

New in version 1.26.

get_handle()
Returns:

a CUmemoryPool handle

Return type:

object

Get CUDA memory pool handle

New in version 1.26.

ref()
Returns:

self

Return type:

GstCuda.CudaMemoryPool

Increase the reference count of self.

New in version 1.26.

unref()

Decrease the reference count of self.

New in version 1.26.