(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_AUDIOCVT_MAX_FILTERS

Upper limit of filters in SDL_AudioCVT

Header File

Defined in SDL_audio.h

Syntax

#define SDL_AUDIOCVT_MAX_FILTERS 9

Remarks

The maximum number of SDL_AudioFilter functions in SDL_AudioCVT is currently limited to 9. The SDL_AudioCVT.filters array has 10 pointers, one of which is the terminating NULL pointer.


CategoryAPI, CategoryAPIMacro, CategoryAudio