gstvideo.video_converter

Module for [VideoConverter] class

Types 1

Fields
GstVideoConverter * _cInstancePtr
bool owned
Methods
void * _cPtr()
void frame(gstvideo.video_frame.VideoFrame src, gstvideo.video_frame.VideoFrame dest)Convert the pixels of src into dest using convert.
void frameFinish()Wait for a previous async conversion performed using [gstvideo.video_converter.VideoConverter.frame] to complete.
gst.structure.Structure getConfig()Get 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()Retrieve the input format of convert. Returns: a #GstVideoInfo
gstvideo.video_info.VideoInfo getOutInfo()Retrieve the output format of convert. Returns: a #GstVideoInfo
bool setConfig(gst.structure.Structure config)Set config as extra configuration for convert.
Constructors
this(void * ptr, Flag!"Take" take)