GstCudaConverter
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstCudaConverter
Members
parent
(GstObject)
–
context
(GstCudaContext *)
–
Since : 1.30
Class structure
GstCuda.CudaConverterClass
Attributes
parent_class
(Gst.ObjectClass)
–
Since : 1.30
GstCuda.CudaConverterClass
Attributes
parent_class
(Gst.ObjectClass)
–
Since : 1.30
GstCuda.CudaConverter
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstCuda.CudaConverter
Members
parent
(Gst.Object)
–
context
(GstCuda.CudaContext)
–
Since : 1.30
GstCuda.CudaConverter
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstCuda.CudaConverter
Members
parent
(Gst.Object)
–
context
(GstCuda.CudaContext)
–
Since : 1.30
Constructors
gst_cuda_converter_new
GstCudaConverter * gst_cuda_converter_new (GstCudaContext * context, const GstVideoInfo * in_info, const GstVideoInfo * out_info, GstStructure * config)
Creates a new converter instance
Parameters:
context
–
in_info
–
out_info
–
config
(
[transfer: full][nullable])
–
a GstStructure with configuration options
Returns
(
[transfer: full][nullable])
–
a new GstCudaConverter instance or NULL if conversion is not supported
Since : 1.30
GstCuda.CudaConverter.prototype.new
function GstCuda.CudaConverter.prototype.new(context: GstCuda.CudaContext, in_info: GstVideo.VideoInfo, out_info: GstVideo.VideoInfo, config: Gst.Structure): {
// javascript wrapper for 'gst_cuda_converter_new'
}
Creates a new converter instance
a new GstCuda.CudaConverter instance or null if conversion is not supported
Since : 1.30
GstCuda.CudaConverter.new
def GstCuda.CudaConverter.new (context, in_info, out_info, config):
#python wrapper for 'gst_cuda_converter_new'
Creates a new converter instance
a new GstCuda.CudaConverter instance or None if conversion is not supported
Since : 1.30
Methods
gst_cuda_converter_convert_frame
gboolean gst_cuda_converter_convert_frame (GstCudaConverter * converter, GstCudaStream * stream, GstVideoFrame * src_frame, GstVideoFrame * dst_frame)
Performs conversion operation
Parameters:
converter
–
stream
(
[nullable])
–
src_frame
–
dst_frame
–
Returns
–
TRUE if successful
Since : 1.30
GstCuda.CudaConverter.prototype.convert_frame
function GstCuda.CudaConverter.prototype.convert_frame(stream: GstCuda.CudaStream, src_frame: GstVideo.VideoFrame, dst_frame: GstVideo.VideoFrame): {
// javascript wrapper for 'gst_cuda_converter_convert_frame'
}
Performs conversion operation
Parameters:
No description available
Since : 1.30
GstCuda.CudaConverter.convert_frame
def GstCuda.CudaConverter.convert_frame (self, stream, src_frame, dst_frame):
#python wrapper for 'gst_cuda_converter_convert_frame'
Performs conversion operation
Parameters:
No description available
Since : 1.30
Properties
The results of the search are