Nsound
0.9.4
|
#include <Nsound/Nsound.h>
#include <Nsound/AudioBackend.h>
#include <Nsound/AudioBackendType.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Nsound::AudioPlayback |
Namespaces | |
Nsound | |
Functions | |
void | Nsound::operator>> (const AudioStream &lhs, AudioPlayback &rhs) |
void | Nsound::operator>> (const Buffer &lhs, AudioPlayback &rhs) |
void | Nsound::use (const std::string &backend) |
Selects the AudioBackend to use by name. More... | |
void | Nsound::use (const AudioBackendType &type) |
std::vector< std::string > | Nsound::getBackends () |
Returns a list of the available audio backends by name. More... | |
std::vector< AudioBackendType > | Nsound::getBackendTypes () |
Returns a list of the available audio backends types. More... | |