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.
Application-Defined Routines
The Sound Manager allows you to define a completion routine that execute when a play from disk finishes executing, a callback procedure that executes whenever your application issues thecallBackCmd
command, and a doubleback procedure that you must define if you wish to customize the double buffering of data during a play from disk.
Subtopics
- Completion Routines
- Callback Procedures
- Doubleback Procedures