gstvideo.video_resampler

Module for [VideoResampler] class

Types 1

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

Fields
Methods
void * _cPtr()
int inSize() @propertyGet `inSize` field. Returns: the input size
void inSize(int propval) @propertySet `inSize` field. Params: propval = the input size
int outSize() @propertyGet `outSize` field. Returns: the output size
void outSize(int propval) @propertySet `outSize` field. Params: propval = the output size
uint maxTaps() @propertyGet `maxTaps` field. Returns: the maximum number of taps
void maxTaps(uint propval) @propertySet `maxTaps` field. Params: propval = the maximum number of taps
uint nPhases() @propertyGet `nPhases` field. Returns: the number of phases
void nPhases(uint propval) @propertySet `nPhases` field. Params: propval = the number of phases
void clear()Clear a previously initialized #GstVideoResampler resampler.
bool init_(gstvideo.types.VideoResamplerMethod method, gstvideo.types.VideoResamplerFlags flags, uint nPhases, uint nTaps, double shift, uint inSize, uint outSize, gst.structure.Structure options)
Constructors
this(void * ptr, Flag!"Take" take)