|
Nsound
0.9.4
|
#include <Nsound/Nsound.h>#include <Nsound/AudioBackendLibportaudio.h>#include <Nsound/AudioPlayback.h>#include <algorithm>#include <iostream>#include <string>#include <time.h>
Go to the source code of this file.
Functions | |
| PaError | write_stream (PaStream *stream, void *data, uint32 position, uint32 n_frames_per_buffer, PaSampleFormat format) |
| static std::string | lower (const std::string &x) |
| static int32 | integer (const std::string &x, Nsound::AudioBackend::State *state) |
| PaError write_stream | ( | PaStream * | stream, |
| void * | data, | ||
| uint32 | position, | ||
| uint32 | n_frames_per_buffer, | ||
| PaSampleFormat | format | ||
| ) |
Definition at line 342 of file AudioBackendLibportaudio.cc.
References M_THROW.
Referenced by Nsound::AudioBackendLibportaudio::play().
|
static |
Definition at line 597 of file AudioBackendLibportaudio.cc.
Referenced by Nsound::AudioBackendLibportaudio::scanDevices(), and Nsound::AudioBackendLibportaudio::setOption().
|
static |
Definition at line 652 of file AudioBackendLibportaudio.cc.
References Nsound::AudioBackend::BACKEND_ERROR, and M_THROW.
Referenced by Nsound::AudioBackendLibportaudio::setOption().
1.8.6