Module: GstAudio::AudioResamplerFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

no flags

0 or :none
NON_INTERLEAVED_IN =

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

1 or :non_interleaved_in
NON_INTERLEAVED_OUT =

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

2 or :non_interleaved_out
VARIABLE_RATE =

optimize for dynamic updates of the sample rates with gst_audio_resampler_update(). This will select an interpolating filter when #GST_AUDIO_RESAMPLER_FILTER_MODE_AUTO is configured.

4 or :variable_rate