afNewFileSetup (3)
Leading comments
Title: afNewFileSetup Author: [see the "AUTHOR" section] Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> Date: 03/06/2013 Manual: \ \& Source: Audio File Library 0.3.6 Language: English
NAME
afNewFileSetup - create and initialize a new AFfilesetup structureSYNOPSIS
#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 afOpenFile(3).
SEE ALSO
AUTHOR
Michael Pruett <michael@68k.org>