Enumeration (GI Flags)

GstAudio-1.0GstAudioAudioResamplerFlagsSince 1.10

Different resampler flags.

1.10

Index

Enumeration Members

NON_INTERLEAVED_IN: number

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

NON_INTERLEAVED_OUT: number

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

NONE: number

no flags

VARIABLE_RATE: number

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.