![]() |
Mixxx
|
#include <sounddeviceportaudio.h>


Public Member Functions | |
| SoundDevicePortAudio (ConfigObject< ConfigValue > *config, SoundManager *sm, const PaDeviceInfo *deviceInfo, unsigned int devIndex) | |
| ~SoundDevicePortAudio () | |
| int | open () |
| int | close () |
| QString | getError () const |
| int | callbackProcess (unsigned long framesPerBuffer, float *output, short *in) |
Definition at line 37 of file sounddeviceportaudio.h.
| SoundDevicePortAudio::SoundDevicePortAudio | ( | ConfigObject< ConfigValue > * | config, |
| SoundManager * | sm, | ||
| const PaDeviceInfo * | deviceInfo, | ||
| unsigned int | devIndex | ||
| ) |
Definition at line 29 of file sounddeviceportaudio.cpp.
| SoundDevicePortAudio::~SoundDevicePortAudio | ( | ) |
Definition at line 49 of file sounddeviceportaudio.cpp.
| int SoundDevicePortAudio::callbackProcess | ( | unsigned long | framesPerBuffer, |
| float * | output, | ||
| short * | in | ||
| ) |
-------- ------------------------------------------------------ Purpose: This callback function gets called everytime the sound device runs out of samples (ie. when it needs more sound to play) -------- ------------------------------------------------------
Definition at line 296 of file sounddeviceportaudio.cpp.

| int SoundDevicePortAudio::close | ( | ) | [virtual] |
Implements SoundDevice.
Definition at line 239 of file sounddeviceportaudio.cpp.

| QString SoundDevicePortAudio::getError | ( | ) | const [virtual] |
Implements SoundDevice.
Definition at line 287 of file sounddeviceportaudio.cpp.
| int SoundDevicePortAudio::open | ( | ) | [virtual] |
Implements SoundDevice.
Definition at line 54 of file sounddeviceportaudio.cpp.
