|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access I/O Kit Framework Reference
|
IOAudioLib.h |
| Includes: |
C interface to IOAudio functions
Indicate the position at which the audio stream can be stopped.
Determines if the audio stream is an output stream
Set autoerase flag, returns old value
IOAudioFlush |
Indicate the position at which the audio stream can be stopped.
kern_return_t IOAudioFlush( io_connect_t connect, IOAudioStreamPosition *end);
connectthe audio stream
endthe position
kern_return_t
IOAudioIsOutput |
Determines if the audio stream is an output stream
kern_return_t IOAudioIsOutput( io_service_t service, int *out);
serviceoutkern_return_t
IOAudioSetErase |
Set autoerase flag, returns old value
kern_return_t IOAudioSetErase( io_connect_t connect, int erase, int *oldVal);
connectthe audio stream
erasetrue to turn off, false otherwise
oldValprevious value
kern_return_t
Last Updated: 2009-10-15