diff options
author | Chris Robinson <[email protected]> | 2017-12-03 14:45:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-12-03 14:45:19 -0800 |
commit | 32f72c7471daaea53c6f0c6a50a98f4a7fec3614 (patch) | |
tree | 4f7f52c212c812506f28a4bbd61008c8af019e6b /OpenAL32/Include/alMain.h | |
parent | 5993ef0baa9096ca62d8bca0f17b95c5468ffde3 (diff) |
Add queries to get the source offset with the device clock
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index a4ca829f..fe282c88 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -56,6 +56,8 @@ typedef uint64_t ALCuint64SOFT; #define ALC_DEVICE_CLOCK_SOFT 0x1600 #define ALC_DEVICE_LATENCY_SOFT 0x1601 #define ALC_DEVICE_CLOCK_LATENCY_SOFT 0x1602 +#define AL_SAMPLE_OFFSET_CLOCK_SOFT 0x1202 +#define AL_SEC_OFFSET_CLOCK_SOFT 0x1203 typedef void (ALC_APIENTRY*LPALCGETINTEGER64VSOFT)(ALCdevice *device, ALCenum pname, ALsizei size, ALCint64SOFT *values); #ifdef AL_ALEXT_PROTOTYPES ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname, ALsizei size, ALCint64SOFT *values); |