VideoResampler

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
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)

Properties

inSize
int inSize [@property getter]

Get field inSize.

inSize
int inSize [@property setter]

Set field inSize.

maxTaps
uint maxTaps [@property getter]

Get field maxTaps.

maxTaps
uint maxTaps [@property setter]

Set field maxTaps.

nPhases
uint nPhases [@property getter]

Get field nPhases.

nPhases
uint nPhases [@property setter]

Set field nPhases.

outSize
int outSize [@property getter]

Get field outSize.

outSize
int outSize [@property setter]

Set field outSize.