gstvideo.video_resampler
Module for [VideoResampler] class
class VideoResampler
Types 1
classVideoResampler
#GstVideoResampler is a structure which holds the information required to perform various kinds of resampling filtering.
Fields
GstVideoResampler _cInstanceMethods
void * _cPtr() nothrowvoid maxTaps(uint propval) @property nothrowSet `maxTaps` field. Params: propval = the maximum number of tapsvoid nPhases(uint propval) @property nothrowSet `nPhases` field. Params: propval = the number of phasesbool init_(gstvideo.types.VideoResamplerMethod method, gstvideo.types.VideoResamplerFlags flags, uint nPhases, uint nTaps, double shift, uint inSize, uint outSize, gst.structure.Structure options) nothrow