GstCuda.CudaStream¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
context |
r/w |
||
parent |
r/w |
Methods¶
class |
|
|
|
|
|
|
Details¶
- class GstCuda.CudaStream¶
Added 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.CudaStreamAdded in version 1.24.
- get_handle()¶
-
Get CUDA stream handle
Added in version 1.24.
- ref()¶
- Returns:
self
- Return type:
Increase the reference count of self.
Added in version 1.24.
- unref()¶
Decrease the reference count of self.
Added in version 1.24.