vDSP_biquad_DestroySetup
Destroys a single-precision biquadratic filter setup object.
Declaration
extern void vDSP_biquad_DestroySetup(vDSP_biquad_Setup __setup);Parameters
- __setup:
The object to be destroyed; a setup created by Vdsp_biquad_createsetup.
Discussion
This function frees all resources associated with a vDSP_biquad_Setup object previously created through a call to vDSP_biquad_CreateSetup.