GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AFWRITEFRAMES(3)   AFWRITEFRAMES(3)

afWriteFrames - write sample frames to a track in an audio file

#include <audiofile.h>

AFframecount afWriteFrames(AFfilehandle file, int track, const void *data,
    AFframecount count);

afWriteFrames attempts to write up to count frames of audio data from the buffer data to the audio file handle file.

file is a valid file handle returned by afOpenFile(3).

track is always AF_DEFAULT_TRACK for all currently supported file formats.

data is a buffer of sample frames to be written to the file.

count is the number of sample frames to be written.

afWriteFrames returns the number of sample frames successfully written to file.

afWriteFrames can produce these errors:

AF_BAD_FILEHANDLE

the file handle was invalid

AF_BAD_TRACKID

the track is not AF_DEFAULT_TRACK

AF_BAD_WRITE

writing audio data to the file failed

AF_BAD_LSEEK

seeking within the file failed

afReadFrames(3)

Michael Pruett <michael@68k.org>
03/06/2013 Audio File Library 0.3.6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.