AudioResampler.new_
gstaudio.audio_resampler.AudioResampler new_(gstaudio.types.AudioResamplerMethod method, gstaudio.types.AudioResamplerFlags flags, gstaudio.types.AudioFormat format, int channels, int inRate, int outRate, gst.structure.Structure options)Make a new resampler.
Parameters
method | a #GstAudioResamplerMethod |
flags | #GstAudioResamplerFlags |
format | the #GstAudioFormat |
channels | the number of channels |
inRate | input rate |
outRate | output rate |
options | extra options |
Returns
The new #GstAudioResampler.