snd_format_free%(format%)

Parameters
format%
Handle to a format created with snd_format_create, snd_format_choose, or snd_codec_getformat.

Description
Frees a format If successful the format handle is now invalid and should not be used. You can free formats created with
snd_format_create, snd_format_choose, or snd_codec_getformat.

Return
Returns 1 if the format is now free, 0 otherwise.

SndLib : Sound Formats : snd_format_free