File: afNewFileSetup.3.txt

package info (click to toggle)
audiofile 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,192 kB
  • sloc: cpp: 31,691; sh: 11,006; ansic: 3,773; makefile: 271
file content (33 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (7)
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
afNewFileSetup(3)
=================

NAME
----
afNewFileSetup - create and initialize 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`. 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
linkaf:afOpenFile[3].

SEE ALSO
--------
linkaf:afOpenFile[3]

AUTHOR
------
Michael Pruett <michael@68k.org>