#include <AU_Device.h>
Public Member Functions | |
| AU_Device () | |
| ~AU_Device () | |
| int | startPlay (int queuesize, int channels, int rate) |
| bool | isReadyToPlay () |
| void | stopPlay (int now) |
| void | clearPort (void) |
| void | setFillPoint (int size) |
| void | writeSamples (int rate, short *data, int size) |
| int | getPortFD (void) |
| int | setAudioRate (int rate) |
Definition at line 36 of file AU_Device.h.
| AU_Device::AU_Device | ( | ) |
| AU_Device::~AU_Device | ( | ) |
| void AU_Device::clearPort | ( | void | ) |
| int AU_Device::getPortFD | ( | void | ) |
| bool AU_Device::isReadyToPlay | ( | ) |
| int AU_Device::setAudioRate | ( | int | rate | ) |
| void AU_Device::setFillPoint | ( | int | size | ) |
| int AU_Device::startPlay | ( | int | queuesize, | |
| int | channels, | |||
| int | rate | |||
| ) |
| void AU_Device::stopPlay | ( | int | now | ) |
| void AU_Device::writeSamples | ( | int | rate, | |
| short * | data, | |||
| int | size | |||
| ) |
1.5.9