GstCuda.CudaStream¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
context |
r/w |
||
parent |
r/w |
Methods¶
class |
|
|
|
|
|
|
Details¶
- class GstCuda.CudaStream¶
New in version 1.24.
- classmethod new(context)¶
- Parameters:
context (
GstCuda.CudaContext) – aGstCuda.CudaContext- Returns:
a new
GstCuda.CudaStreamorNoneon failure- Return type:
Creates a new
GstCuda.CudaStreamNew in version 1.24.
- get_handle()¶
-
Get CUDA stream handle
New in version 1.24.
- ref()¶
- Returns:
self
- Return type:
Increase the reference count of self.
New in version 1.24.
- unref()¶
Decrease the reference count of self.
New in version 1.24.