|
HDK
|
#include "AU_API.h"
Include dependency graph for AU_Device.h:Go to the source code of this file.
Functions | |
| AU_Device () | |
| ~AU_Device () | |
| bool | startPlay (int queuesize, int channels, int rate) |
| bool | isReadyToPlay () |
| void | stopPlay (bool now) |
| void | clearPort () |
| void | setFillPoint (int size) |
| void | writeSamples (short *data, int size) |
| bool | passedFillPoint () |
| AU_Device | ( | ) |
| void clearPort | ( | ) |
| bool isReadyToPlay | ( | ) |
| bool passedFillPoint | ( | ) |
| void stopPlay | ( | bool | now | ) |
| ~AU_Device | ( | ) |