afNewFileSetup - create and initialize a new AFfilesetup structure

NAME  SYNOPSIS  RETURN VALUE  DESCRIPTION  SEE ALSO  AUTHOR 

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 afOpenFile(3).

SEE ALSO

afOpenFile(3)

AUTHOR

Michael Pruett <[email protected]>


Updated 2024-01-29 - jenkler.se | uex.se