Carbon


SPBResumeRecording

Header: Sound.h Carbon status: Supported

Resumes recording from a sound input device.

OSErr SPBResumeRecording (
    SInt32 inRefNum
);
Parameter descriptions
inRefNum

The device reference number of the sound input device, as obtained from the SPBOpenDevice function.

function result

A result code.

DISCUSSION

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.

SPECIAL CONSIDERATIONS

You can call the SPBResumeRecording function at interrupt time.

AVAILABILITY

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)