gstvideo.video_converter
Module for [VideoConverter] class
class VideoConverter
Types 1
classVideoConverter
Methods
void * _cPtr() nothrowvoid frame(gstvideo.video_frame.VideoFrame src, gstvideo.video_frame.VideoFrame dest) nothrowConvert the pixels of src into dest using convert.void frameFinish() nothrowWait for a previous async conversion performed using [gstvideo.video_converter.VideoConverter.frame] to complete.gst.structure.Structure getConfig() nothrowGet the current configuration of convert. Returns: a #GstStructure that remains valid for as long as convert is valid or until [gstvideo.video_converter.VideoConverter.setConfig] is called.gstvideo.video_info.VideoInfo getInInfo() nothrowRetrieve the input format of convert. Returns: a #GstVideoInfogstvideo.video_info.VideoInfo getOutInfo() nothrowRetrieve the output format of convert. Returns: a #GstVideoInfobool setConfig(gst.structure.Structure config) nothrowSet config as extra configuration for convert.