![]() |
SPBPauseRecording |
||||
Header: | Sound.h | Carbon status: | Supported | |
Pauses a recording from a sound input device.
OSErr SPBPauseRecording ( SInt32 inRefNum );
The device reference number of the sound input device, as obtained from the SPBOpenDevice function.
A result code.
The SPBPauseRecording function pauses recording from the device specified by the inRefNum parameter. The recording must be asynchronous for this call to have any effect.
This low-level function does not display the sound recording dialog box to the user.
You can call the SPBPauseRecording function at interrupt time.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)