Carbon


SPBPauseRecording

Header: Sound.h Carbon status: Supported

Pauses a recording from a sound input device.

OSErr SPBPauseRecording (
    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 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.

SPECIAL CONSIDERATIONS

You can call the SPBPauseRecording 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)