afNewFileSetup (3) - Linux Manuals
afNewFileSetup: create and initialize a new AFfilesetup structure
Command to display afNewFileSetup
manual in Linux: $ man 3 afNewFileSetup
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).
AUTHOR
Michael Pruett <michael [at] 68k.org>
Pages related to afNewFileSetup
- afCloseFile (3) - close an open audio file
- afGetDataOffset (3) - get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file
- afGetFrameCount (3) - get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file
- afGetFrameSize (3) - calculate the frame size in bytes for an audio track
- afGetTrackBytes (3) - get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file
- afInitAESChannelData (3) - initialize AES non-audio data in an audio file setup