|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AudioClient
A single AudioClient plugs into an AudioServer so that it may access the server's hardware i/o in real-time.
| Method Summary | |
|---|---|
void |
setEnabled(boolean enabled)
When not enabled, work() may not be called and should be ignored if it is called. |
void |
work(int nFrames)
Called by an AudioServer to process the specified number of frames. |
| Method Detail |
|---|
void work(int nFrames)
nFrames - the number of frames to be processedvoid setEnabled(boolean enabled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||