Miles Sound System SDK 7.2a

RAD_IOPUnregisterSoundCallback

The function RAD_IOPUnregisterSoundCallback unregisters a sound callback.

S32 RAD_IOPUnregisterSoundCallback(
  RAD_IOP_SOUND_DATA *sound_data
);

Out Parameters

sound_data
Specifies the sound callback structure to unregister.

Returns

Returns non-zero on success, or zero on failure.

Discussion

This function stops a sound callback and unregisters the sound callback structure.

Always call this function before freeing the memory passed to RAD_IOPRegisterSoundCallback.


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPRegisterSoundCallback
Related Basic Types: S32
Related Structures: RAD_IOP_SOUND_DATA

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.