CloseMixerSoundComponent
A sound output device component can use theCloseMixerSoundComponentfunction to close the Apple Mixer.
pascal OSErr CloseMixerSoundComponent (ComponentInstance ci);
ci- The component instance of the Apple Mixer component.
DESCRIPTION
TheCloseMixerSoundComponentfunction closes the Apple Mixer component instance specified by theciparameter. Your output device component should call this function when it is being closed.SPECIAL CONSIDERATIONS
TheCloseMixerSoundComponentfunction is available only in versions 3.0 and later of the Sound Manager. It should be called only by sound output device components.RESULT CODES
noErr 0 No error invalidComponentID -3000 Invalid component ID
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help