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() nothrow
int inSize() @property nothrowGet `inSize` field. Returns: the input size
void inSize(int propval) @property nothrowSet `inSize` field. Params: propval = the input size
int outSize() @property nothrowGet `outSize` field. Returns: the output size
void outSize(int propval) @property nothrowSet `outSize` field. Params: propval = the output size
uint maxTaps() @property nothrowGet `maxTaps` field. Returns: the maximum number of taps
void maxTaps(uint propval) @property nothrowSet `maxTaps` field. Params: propval = the maximum number of taps
uint nPhases() @property nothrowGet `nPhases` field. Returns: the number of phases
void nPhases(uint propval) @property nothrowSet `nPhases` field. Params: propval = the number of phases
void clear() nothrowClear 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) nothrow
Constructors
this(void * ptr, Flag!"Take" take)