File: afNewFileSetup

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 (25 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (5)
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
afNewFileSetup creates and initializes a new AFfilesetup structure.

SYNOPSIS

#include <audiofile.h>

AFfilesetup afNewFileSetup(void);

RETURN VALUE

afNewFileSetup returns, upon success, a valid AFfilesetup structure.

Upon failure, afNewFileSetup returns a null AFfilesetup
(AF_NULL_FILESETUP).  This case should only occur when no memory is
available.

DESCRIPTION

The opaque AFfilesetup structure returned by afNewFileSetup can be
used to specify parameters for a file to be opened for writing by
afOpenFile.

SEE ALSO

afOpenFile