Inside Macintosh: Sound
| Previous | Chapter contents | Chapter top | Section top | Next |
Important: Sound Input Manager is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.
This section describes the routines you need to define in order to write a sound component. You need to write routines to
Some of these routines are optional for some types of sound components. All routines return result codes. If they succeed, they should return noErr . To simplify dispatching, the Component Manager requires these routines to return a value of type ComponentResult .
See "Writing a Sound Component" for a description of how you call these routines from within a sound component. See "Sound Manager Utilities" for a description of some Sound Manager utility routines you can use in a sound component.
Inside Macintosh: Sound
| Previous | Chapter contents | Chapter top | Section top | Next |
Important: Sound Input Manager is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.