Add a method to get the sources playing a given buffer
commit0e9dbc79df6078474afc17ea523278976786ccea
authorChris Robinson <chris.kcat@gmail.com>
Tue, 26 May 2015 08:50:40 +0000 (26 01:50 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 26 May 2015 08:50:40 +0000 (26 01:50 -0700)
tree31a7422be08c2c4246095d8e8c5e9ae287ac53bc
parentde06a92afc5e0920a7109565d9616ee12ff7f72c
Add a method to get the sources playing a given buffer

This allows an easy way for apps to stop any and all sources playing a buffer
before trying to remove it from the context.
include/AL/alure2.h
src/buffer.cpp
src/buffer.h
src/source.cpp