|
Nsound
0.9.4
|
#include <Nsound/Nsound.h>#include <Nsound/AudioBackendLibao.h>#include <Nsound/AudioPlayback.h>#include <algorithm>#include <iostream>#include <string>#include <string.h>#include <stdio.h>#include <ao/ao.h>
Go to the source code of this file.
Functions | |
| std::string | print_info (ao_info *info) |
| static int32 | integer (const std::string &x, Nsound::AudioBackend::State *state) |
| static std::string | lower (const std::string &x) |
Variables | |
| const char * | KSDATAFORMAT_SUBTYPE_PCM = "00000001-0000-0010-8000-00aa00389b71" |
| const uint32 | N_DRIVER_TYPES = 13 |
| std::string | driver_types [N_DRIVER_TYPES] |
| std::string print_info | ( | ao_info * | info | ) |
Definition at line 110 of file AudioBackendLibao.cc.
Referenced by Nsound::AudioBackendLibao::getInfo().
|
static |
Definition at line 436 of file AudioBackendLibao.cc.
References Nsound::AudioBackend::BACKEND_ERROR, and M_THROW.
Referenced by Nsound::AudioBackendLibao::setOption().
|
static |
Definition at line 458 of file AudioBackendLibao.cc.
Referenced by Nsound::AudioBackendLibao::setOption().
| const char* KSDATAFORMAT_SUBTYPE_PCM = "00000001-0000-0010-8000-00aa00389b71" |
Definition at line 52 of file AudioBackendLibao.cc.
| const uint32 N_DRIVER_TYPES = 13 |
Definition at line 55 of file AudioBackendLibao.cc.
Referenced by Nsound::AudioBackendLibao::scanDevices().
| std::string driver_types[N_DRIVER_TYPES] |
Definition at line 57 of file AudioBackendLibao.cc.
Referenced by Nsound::AudioBackendLibao::scanDevices().
1.8.6