Get the number of input frames that would currently be needed to produce out_frames from resampler.
Get the maximum number of input samples that the resampler would need before producing output.
Get the number of output frames that would be currently available when in_frames are given to resampler.
Reset resampler to the state it was when it was first created, discarding all sample history.
Update the resampler parameters for resampler. This function should not be called concurrently with any other function on resampler.
Make a new resampler.
Set the parameters for resampling from in_rate to out_rate using method for quality in options.
#GstAudioResampler is a structure which holds the information required to perform various kinds of resampling filtering.