FreeAmplitude

Inverse of AllocAmplitude().

Synopsis

Err FreeAmplitude( int32 Amplitude )

Description

This function gives back amplitude allocated by AllocAmplitude().

Arguments

Amplitude
Amount of amplitude given by AllocAmplitude().

Return Value

The function returns 0 if successful or an error code (a negative value) if an error occurs.

Implementation

SWI implemented in Audio folio V20.

Associated Files

audio.h

See Also

AllocAmplitude()