diff options
author | Chris Robinson <[email protected]> | 2017-04-21 04:15:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-21 04:15:08 -0700 |
commit | b59359f80f45512210f37b8a8cd4c250d78dd37d (patch) | |
tree | 0a88f20ce7b0baa098991276f9b29271176a7bbe /OpenAL32/Include/alu.h | |
parent | 26b49c54afb9868115e495098ce69f2d2487c932 (diff) |
Add a method to enumerate resamplers
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 071ef3d2..c6706bad 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -45,6 +45,8 @@ enum Resampler { LinearResampler, FIR4Resampler, BSincResampler, + + ResamplerMax = BSincResampler }; extern enum Resampler ResamplerDefault; |