Nsound  0.9.4
Classes | Namespaces | Functions
AudioPlayback.h File Reference
#include <Nsound/Nsound.h>
#include <Nsound/AudioBackend.h>
#include <Nsound/AudioBackendType.h>
#include <string>
#include <vector>
Include dependency graph for AudioPlayback.h:

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< AudioBackendTypeNsound::getBackendTypes ()
 Returns a list of the available audio backends types. More...