VideoResampler

#GstVideoResampler is a structure which holds the information required to perform various kinds of resampling filtering.

Members

Functions

clear
void clear()

Clear a previously initialized #GstVideoResampler resampler.

init_
bool init_(gstvideo.types.VideoResamplerMethod method, gstvideo.types.VideoResamplerFlags flags, uint nPhases, uint nTaps, double shift, uint inSize, uint outSize, gst.structure.Structure options)