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.
SPBResumeRecording
You can use theSPBResumeRecording
function to resume recording from a sound input device.
FUNCTION SPBResumeRecording (inRefNum: LongInt): OSErr;
inRefNum
- The device reference number of the sound input device, as obtained from the
SPBOpenDevice
function.DESCRIPTION
TheSPBResumeRecording
function resumes recording from the device specified by theinRefNum
parameter. Recording on that device must previously have been paused by a call to theSPBPauseRecording
function forSPBResumeRecording
to have any effect.SPECIAL CONSIDERATIONS
You can call theSPBResumeRecording
function at interrupt time.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for theSPBResumeRecording
function are
Trap macro Selector _SoundDispatch $022C0014 RESULT CODES
noErr 0 No error siBadSoundInDevice -221 Invalid sound input device