![]() |
SPBResumeRecording |
||||
Header: | Sound.h | Carbon status: | Supported | |
Resumes recording from a sound input device.
OSErr SPBResumeRecording ( SInt32 inRefNum );
The device reference number of the sound input device, as obtained from the SPBOpenDevice function.
A result code.
The SPBResumeRecording function resumes recording from the device specified by the inRefNum parameter. Recording on that device must previously have been paused by a call to the SPBPauseRecording function for SPBResumeRecording to have any effect.
This low-level function does not display the sound recording dialog box to the user.
You can call the SPBResumeRecording 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)