Previous Book Contents Book Index Next

Inside Macintosh: Sound /
Chapter 6 - Audio Components / Audio Components Reference


Legacy Documentclose button

Important: Inside Macintosh: Sound 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.

Audio Component-Defined Routines

This section describes the routines you must define in order to write an audio component. You need to write routines to

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 an Audio Component" beginning on page 6-5 for a description of how you call these routines from within an audio component.


Subtopics
Getting and Setting Volumes
Managing the Mute State
Resetting Audio Components
Getting Audio Component Information

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996