Tramway SDK
|
Go to the source code of this file.
Classes | |
struct | tram::Audio::audiosource_t |
struct | tram::Audio::audiobuffer_t |
Namespaces | |
namespace | tram |
namespace | tram::Audio |
Functions | |
void | tram::Audio::Init () |
Starts the Audio system. More... | |
void | tram::Audio::Update () |
Updates the Audio system. More... | |
void | tram::Audio::Uninit () |
void | tram::Audio::SetVolume (float value) |
float | tram::Audio::GetVolume () |
void | tram::Audio::SetListenerPosition (vec3 position) |
See Audio::API::SetListenerPosition(). More... | |
void | tram::Audio::SetListenerOrientation (quat orientation) |
See Audio::API::SetListenerOrientation(). More... | |