Add a device method to retrieve the active latency
commitac4fc4026c3b1b0b9487216399bef04d419b04b8
authorChris Robinson <chris.kcat@gmail.com>
Fri, 17 Aug 2012 20:38:52 +0000 (17 13:38 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 17 Aug 2012 20:38:52 +0000 (17 13:38 -0700)
tree730148652e49723e644f7df8107c0c3be3c19821
parent9737f683150180a5531d276959030ffa0bd35492
Add a device method to retrieve the active latency

This is effectively the time until the next update will be heard by the user,
or the closest approximation thereof, in nanoseconds.
17 files changed:
Alc/ALc.c
Alc/backends/alsa.c
Alc/backends/coreaudio.c
Alc/backends/dsound.c
Alc/backends/loopback.c
Alc/backends/mmdevapi.c
Alc/backends/null.c
Alc/backends/opensl.c
Alc/backends/oss.c
Alc/backends/portaudio.c
Alc/backends/pulseaudio.c
Alc/backends/sndio.c
Alc/backends/solaris.c
Alc/backends/wave.c
Alc/backends/winmm.c
OpenAL32/Include/alMain.h
OpenAL32/Include/alu.h