|
Routinevoid AFclose (AFILE *AFp) PurposeClose an audio file DescriptionThis routine closes an audio file opened with AFopnRead or AFopnWrite. If the file was opened for write, the file header is updated with the number of samples in the file. For both read and write operations, the audio file parameter structure associated with the file pointer is deallocated and the file is closed.If the file was opened for write, the number of overloads detected during write operations is reported. Parameters-> AFILE *AFp Audio file pointer for the audio file. This structure is deallocated by this routine. Author / revisionP. Kabal / Revision 1.45 2003/11/03See AlsoAFopnRead, AFopnWrite
Visit the GSP FreeBSD Man Page Interface. |