Enums¶
Details¶
- class GstCuda.CudaGraphicsResourceType(value)¶
Bases:
GLib.Enum
New in version 1.22.
- NONE = 0¶
- GL_BUFFER = 1¶
- D3D11_RESOURCE = 2¶
- class GstCuda.CudaMemoryAllocMethod(value)¶
Bases:
GObject.GEnum
CUDA memory allocation method
New in version 1.24.
- UNKNOWN = 0¶
New in version 1.24.
- MALLOC = 1¶
Memory allocated via cuMemAlloc or cuMemAllocPitch
New in version 1.24.
- MMAP = 2¶
Memory allocated via cuMemCreate and cuMemMap
New in version 1.24.