diff options
author | Chris Robinson <[email protected]> | 2014-11-22 13:03:09 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-22 13:08:19 -0800 |
commit | dece86f61f975c7a6f3bcc1d00bd4cf97dcdbcab (patch) | |
tree | c60406d0b4888eb3dabd36883d0e2768d6ded5f9 /OpenAL32/Include/alu.h | |
parent | fb511351dfe1db70af47b27dfded83d588f61faf (diff) |
Store the number of output channels in the voice
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 0ff8ddbc..c96d5563 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -58,6 +58,7 @@ typedef struct MixGains { typedef struct DirectParams { ALfloat (*OutBuffer)[BUFFERSIZE]; + ALuint NumChannels; /* If not 'moving', gain/coefficients are set directly without fading. */ ALboolean Moving; |