diff options
author | Chris Robinson <[email protected]> | 2012-08-20 15:57:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-20 15:57:27 -0700 |
commit | e5ebe345ad0e736f24635e96bd9ed3566126dd88 (patch) | |
tree | 02d4ee1a2595379026ab823d59b6256827035d13 /OpenAL32/Include/alMain.h | |
parent | 965608356f41e555e0cb9789e3e54e8f67656ebf (diff) |
Add the option to retrieve the source offset and latency in seconds
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 597dbbac..69b4a29f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -45,6 +45,7 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void); #ifndef AL_SOFT_source_latency #define AL_SOFT_source_latency 1 #define AL_SAMPLE_OFFSET_LATENCY_SOFT 0x1200 +#define AL_SEC_OFFSET_LATENCY_SOFT 0x1201 typedef int64_t ALint64SOFT; typedef uint64_t ALuint64SOFT; typedef void (AL_APIENTRY*LPALGETSOURCEDSOFT)(ALuint,ALenum,ALdouble*); |