aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 16:28:16 -0800
committerChris Robinson <[email protected]>2007-12-17 16:28:16 -0800
commit35a82970a3c1d175b3d77c5f42d0f720ff2884cb (patch)
tree9975ee00cfdf23ea61b033b02282f82e45a0ca81 /OpenAL32/Include/alSource.h
parentac9bef0b316f02e2f607ac2c7117c7813f2bf87f (diff)
Implement AL_DIRECT_FILTER source property
Only AL_FILTER_NULL filter types are currently supported, however
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 54262779..1107bfd9 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -3,6 +3,7 @@
#define AL_NUM_SOURCE_PARAMS 128
+#include "alFilter.h"
#include "AL/al.h"
#define AL_DIRECT_FILTER 0x20005
@@ -59,6 +60,8 @@ typedef struct ALsource_struct
ALuint BuffersPlayed; // Number of buffers played on this loop
ALuint BufferPosition; // Read position in audio data of current buffer
+ ALfilter DirectFilter;
+
// Index to itself
ALuint source;