void sndfile_close ( struct audio_file fd  ) 

Close the soundfile.

Definition at line 72 of file audio_format_sndfile.c.

00073 {
00074         SNDFILE *hnd = fd->drv_data;
00075         sf_close(hnd);
00076 }

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:04 2010 for herrie by  doxygen 1.6.3