#include <udpsound.h>
Public Member Functions | |
| AudioDelay () | |
| ~AudioDelay () | |
| BOOL | Delay (int time) |
| void | Restart () |
| int | GetError () |
Protected Attributes | |
| PTime | previousTime |
| BOOL | firstTime |
| int | error |
|
|
Constructory |
|
|
Destructor |
|
|
Delay for this many milliseconds |
|
|
Report the discrepency between required delay time and actual time |
|
|
Restart the iterative counts |
|
|
discrepency between required delay time and actual time |
|
|
Has this class ever run before |
|
|
Time at which this class was previously called |
1.4.4