|
Public Member Functions |
| | AUIO () |
| | ~AUIO () |
| virtual void | open () throw (CException) |
| | open/close start/stop methods
|
| virtual void | close () throw (CException) |
| virtual void | start () throw (CException) |
| virtual void | stop () throw (CException) |
| virtual Buffer & | getInput () throw (CException) |
| | get the current input buffer
|
| virtual Buffer & | getInput (unsigned numFrames, unsigned numChannels) throw (CException) |
| | get the current input buffer
|
| void | setAudioUnit (AudioUnit au) |
Protected Member Functions |
| void | handleError (OSStatus result) throw (CException) |
Protected Attributes |
| AudioUnit | mAudioUnit |