mediaLib Library Functions mlib_SignalFIRFree_F32S_F32S(3MLIB)
NAME
mlib_SignalFIRFree_F32S_F32S - Finite Impulse Response (FIR)
filteringSYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlib_SignalFIRFree_F32S_F32S(void *filter);
DESCRIPTION
The mlib_SignalFIRFree_F32S_F32S() function releases the
memory allocated for the internal filter structure.PARAMETERS
The function takes the following arguments: filter Internal filter structure.RETURN VALUES
None.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 2 Mar 2007 1