GstAudioResamplerFlags

Different resampler flags.

Values

ValueMeaning
None0

no flags

NonInterleavedIn1

input samples are non-interleaved. an array of blocks of samples, one for each channel, should be passed to the resample function.

NonInterleavedOut2

output samples are non-interleaved. an array of blocks of samples, one for each channel, should be passed to the resample function.

VariableRate4

optimize for dynamic updates of the sample rates with gstaudio.audio_resampler.AudioResampler.update. This will select an interpolating filter when #GST_AUDIO_RESAMPLER_FILTER_MODE_AUTO is configured.