This is the complete list of members for cgv::audio::OALContext, including all inherited members.
create_buffer(const std::string &symbolic_name, const OALSoundFormat &format, const void *data, size_t data_length) | cgv::audio::OALContext | |
decode_sound_file(const void *data, size_t data_length, OALSoundFormat &format, std::vector< int16_t > &memory_buffer) | cgv::audio::OALContext | static |
enumerate_devices() | cgv::audio::OALContext | static |
get_buffer_id(std::string sound_name) const | cgv::audio::OALContext | |
get_default_device_name() | cgv::audio::OALContext | static |
get_device_name() const | cgv::audio::OALContext | |
get_error_string() | cgv::audio::OALContext | |
get_native_context() | cgv::audio::OALContext | |
get_native_device() | cgv::audio::OALContext | |
is_no_error() | cgv::audio::OALContext | |
load_sample(std::string filepath, std::string symbolic_name="") | cgv::audio::OALContext | |
load_sample(std::string symbolic_name, const void *data, size_t data_length) | cgv::audio::OALContext | |
load_samples(std::string folder, bool recursive=false) | cgv::audio::OALContext | |
load_sound_file(const std::string &filepath, OALSoundFormat &format, std::vector< int16_t > &memory_buffer) | cgv::audio::OALContext | static |
make_current() | cgv::audio::OALContext | |
OALContext(const std::string &device_name) | cgv::audio::OALContext | explicit |
OALContext(const OALContext &other)=delete (defined in cgv::audio::OALContext) | cgv::audio::OALContext | |
OALContext(OALContext &&other)=default (defined in cgv::audio::OALContext) | cgv::audio::OALContext | |
operator=(const OALContext &other)=delete (defined in cgv::audio::OALContext) | cgv::audio::OALContext | |
operator=(OALContext &&other)=default (defined in cgv::audio::OALContext) | cgv::audio::OALContext | |
set_HRTF(bool active) | cgv::audio::OALContext | |
~OALContext() | cgv::audio::OALContext | |