HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AU_Device.h File Reference
#include "AU_API.h"
+ Include dependency graph for AU_Device.h:

Go to the source code of this file.

Functions

 ~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 ()
 

Function Documentation

void clearPort ( )
bool isReadyToPlay ( )
bool passedFillPoint ( )
void setFillPoint ( int  size)
bool startPlay ( int  queuesize,
int  channels,
int  rate 
)
void stopPlay ( bool  now)
void writeSamples ( short *  data,
int  size 
)
~AU_Device ( )