logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

afNewFileSetup - create and initialize a new AFfilesetup structure

Author

       Michael Pruett <michael@68k.org>

Audio File Library 0.3.6                           03/06/2013                                  AFNEWFILESETUP(3)

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).

Name

       afNewFileSetup - create and initialize a new AFfilesetup structure

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.

See Also

afOpenFile(3)

Synopsis

       #include <audiofile.h>

       AFfilesetup afNewFileSetup(void);

See Also