File: afCloseFile

package info (click to toggle)
audiofile 0.2.6-6%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,740 kB
  • ctags: 1,921
  • sloc: sh: 46,768; ansic: 15,382; makefile: 261
file content (17 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
afCloseFile closes an open audio file, updating the file if it was
opened for writing.

SYNOPSIS
#include <audiofile.h>

int afCloseFile (AFfilehandle file);

RETURN VALUE
afCloseFile returns 0 if the file was closed properly and -1 if an
error occurred while closing the file.

ERRORS
afCloseFile can generate these possible errors:
AF_BAD_FILEHANDLE
AF_BAD_LSEEK
AF_BAD_WRITE