AXARTRemoveSound

C Specification

#include <revolution.h>
#include <revolution/axart.h>
void AXARTRemoveSound(AXART_SOUND *sound);

Arguments

sound   Pointer to the user-allocated AXART_SOUND.

Return Values

None.

Description

AXARTRemoveSound() removes an AXART_SOUND from the AXART sound list. All articulators added to the AXART_SOUND will then stop running.

See Also

AXARTAddSound
AXARTServiceSounds
AXART_SOUND

Revision History

2006/03/01 Initial version.


CONFIDENTIAL