gstvideo.video_converter

Module for [VideoConverter] class

Types 1

Fields
GstVideoConverter * _cInstancePtr
bool owned
Methods
void * _cPtr() nothrow
void 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 #GstVideoInfo
gstvideo.video_info.VideoInfo getOutInfo() nothrowRetrieve the output format of convert. Returns: a #GstVideoInfo
bool setConfig(gst.structure.Structure config) nothrowSet config as extra configuration for convert.
Constructors
this(void * ptr, Flag!"Take" take)