ResamplerMethod
Description:
[ CCode ( cprefix = "GST_AUDIO_RESAMPLER_METHOD_" , type_id = "gst_audio_resampler_method_get_type ()" ) ]
[ GIR ( name = "AudioResamplerMethod" ) ]
[ Version ( since = "1.10" ) ]
public enum ResamplerMethod
Different subsampling and upsampling methods
Content:
Enum values:
- BLACKMAN_NUTTALL - Uses
Blackman-Nuttall windowed sinc interpolation
- CUBIC - Uses cubic interpolation
- KAISER - Uses Kaiser windowed sinc
interpolation
- LINEAR - Uses linear interpolation
to reconstruct missing samples and averaging to downsample
- NEAREST - Duplicates the samples
when upsampling and drops when downsampling