/usr/share/doc/libaudiofile-dev/afNewFileSetup.3.txt is in libaudiofile-dev 0.3.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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>
|