Comparisonics API

home
about us
articles
audio editor
comparisonics api
FindSounds.com
FindSounds for Android
FindSounds Mobile
FindSounds Palette
sound matching
waveform display
CS_destroy_sample_processor( ) de-allocates an internal data structure used in the indexing process.

void  CS_destroy_sample_processor(
     CS_Sample_Processor  sp  /* pointer to an internal data structure */
);

Parameter

sp Identifies the internal data structure to be de-allocated.  This structure was previously allocated by a call of CS_create_sample_processor( ).

Remarks

This function calls free( ) to de-allocate the data structure.

© 2016 Comparisonics Corporation