GstCudaStream
Members
parent
(GstMiniObject)
–
context
(GstCudaContext *)
–
Since : 1.24
GstCuda.CudaStream
Members
parent
(Gst.MiniObject)
–
context
(GstCuda.CudaContext)
–
Since : 1.24
GstCuda.CudaStream
Members
parent
(Gst.MiniObject)
–
context
(GstCuda.CudaContext)
–
Since : 1.24
Constructors
gst_cuda_stream_new
GstCudaStream * gst_cuda_stream_new (GstCudaContext * context)
Creates a new GstCudaStream
Parameters:
context
–
a new GstCudaStream or NULL on failure
Since : 1.24
GstCuda.CudaStream.prototype.new
function GstCuda.CudaStream.prototype.new(context: GstCuda.CudaContext): {
// javascript wrapper for 'gst_cuda_stream_new'
}
Creates a new GstCuda.CudaStream
Parameters:
a new GstCuda.CudaStream or null on failure
Since : 1.24
GstCuda.CudaStream.new
def GstCuda.CudaStream.new (context):
#python wrapper for 'gst_cuda_stream_new'
Creates a new GstCuda.CudaStream
Parameters:
a new GstCuda.CudaStream or None on failure
Since : 1.24
Methods
gst_cuda_stream_get_handle
CUstream gst_cuda_stream_get_handle (GstCudaStream * stream)
Get CUDA stream handle
Parameters:
stream
(
[allow-none])
–
Since : 1.24
GstCuda.CudaStream.prototype.get_handle
function GstCuda.CudaStream.prototype.get_handle(): {
// javascript wrapper for 'gst_cuda_stream_get_handle'
}
Get CUDA stream handle
Parameters:
Since : 1.24
GstCuda.CudaStream.get_handle
def GstCuda.CudaStream.get_handle (self):
#python wrapper for 'gst_cuda_stream_get_handle'
Get CUDA stream handle
Parameters:
Since : 1.24
gst_cuda_stream_ref
GstCudaStream * gst_cuda_stream_ref (GstCudaStream * stream)
Increase the reference count of stream.
Parameters:
stream
–
stream
Since : 1.24
GstCuda.CudaStream.prototype.ref
function GstCuda.CudaStream.prototype.ref(): {
// javascript wrapper for 'gst_cuda_stream_ref'
}
Increase the reference count of stream.
Parameters:
stream
Since : 1.24
GstCuda.CudaStream.ref
def GstCuda.CudaStream.ref (self):
#python wrapper for 'gst_cuda_stream_ref'
Increase the reference count of stream.
Parameters:
stream
Since : 1.24
gst_cuda_stream_unref
gst_cuda_stream_unref (GstCudaStream * stream)
Decrease the reference count of stream.
Parameters:
stream
–
Since : 1.24
GstCuda.CudaStream.prototype.unref
function GstCuda.CudaStream.prototype.unref(): {
// javascript wrapper for 'gst_cuda_stream_unref'
}
Decrease the reference count of stream.
Parameters:
Since : 1.24
GstCuda.CudaStream.unref
def GstCuda.CudaStream.unref (self):
#python wrapper for 'gst_cuda_stream_unref'
Decrease the reference count of stream.
Parameters:
Since : 1.24
Functions
gst_clear_cuda_stream
gst_clear_cuda_stream (GstCudaStream ** stream)
Clears a reference to a GstCudaStream.
Parameters:
stream
–
a pointer to a GstCudaStream reference
Since : 1.24
The results of the search are