File: AFclose.html

package info (click to toggle)
libtsp 2r8-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 4,908 kB
  • ctags: 1,409
  • sloc: ansic: 12,525; sh: 1,044; makefile: 164
file content (44 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<HTML>
<HEAD>
<TITLE>TSP (libtsp/AF) - AFclose</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFACD">
<H2>AFclose</H2>
<HR>
<H4>Routine</H4>
<DL>
<DT>
void AFclose (AFILE *AFp)
</DL>
<H4>Purpose</H4>
<DL>
<DT>
Close an audio file
</DL>
<H4>Description</H4>
This routine closes an audio file opened with AFopenRead or AFopenWrite.  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 file format
parameters associated with the file pointer are deallocated and the file is
closed.
<P>
If the file was opened for write, the number of overloads detected during
write operations is reported.
<H4>Parameters</H4>
<DL>
<DT>
 -&gt; AFILE *AFp
<DD>
Audio file pointer for the audio file
</DL>
<H4>Author / revision</H4>
P. Kabal  Copyright (C) 1996
/ Revision 1.24  1996/08/13
<H4>See Also</H4>
<A HREF="AFopenRead.html">AFopenRead</A>,
<A HREF="AFopenWrite.html">AFopenWrite</A>
<P>
<HR>
Main Index <A HREF="../libtsp.html">libtsp</A>
</BODY>
</HTML>