blocksound ~master (2016-10-20T14:02:45Z)
Dub
Repo
AudioBackend
blocksound
backend
types
Base class for the audio backend.
abstract
class
AudioBackend {
void
setListenerLocation
(Vec3 loc);
void
setListenerGain
(float gain);
void
cleanup
();
}
Members
Functions
cleanup
void
cleanup
()
Undocumented in source.
setListenerGain
void
setListenerGain
(float gain)
Undocumented in source.
setListenerLocation
void
setListenerLocation
(Vec3 loc)
Undocumented in source.
Meta
Source
See Implementation
blocksound
backend
types
classes
AudioBackend
Source
StreamingSource
functions
backend_createSource
backend_createStreamingSource
notifyLoadLib
interfaces
Sound
StreamedSound
variables
BACKEND
Base class for the audio backend.