Create and initialize a new affilesetup structure
#include <audiofile.h>
AFfilesetup afNewFileSetup(void);
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.
The opaque AFfilesetup structure returned by afNewFileSetup can be used to specify parameters for a file to be opened for writing by afOpenFile(3).
Michael Pruett <[email protected]>