aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-01-11 07:02:29 -0800
committerChris Robinson <[email protected]>2010-01-11 07:02:29 -0800
commit3d7f925d521ec8b456d60583b84ac2f97b21059a (patch)
tree32c8bd9086ab3c00b5635bdd9068c926da2b7488 /OpenAL32/Include/alSource.h
parent93b584ff8419f76d934e0a6e9cbc55cf907ea259 (diff)
Add helpful values to the resampler enum
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 2e1cf3de..dd9295c0 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -27,7 +27,9 @@ typedef enum {
LINEAR,
COSINE,
- RESAMPLER_MAX
+ RESAMPLER_MAX,
+ RESAMPLER_MIN = -1,
+ RESAMPLER_DEFAULT = LINEAR
} resampler_t;
extern resampler_t DefaultResampler;