Query: afwriteframes
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AFWRITEFRAMES(3) AFWRITEFRAMES(3)NAMEafWriteFrames - write sample frames to a track in an audio fileSYNOPSIS#include <audiofile.h> AFframecount afWriteFrames(AFfilehandle file, int track, const void *data, AFframecount count);DESCRIPTIONafWriteFrames attempts to write up to count frames of audio data from the buffer data to the audio file handle file.PARAMETERSfile 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.RETURN VALUEafWriteFrames returns the number of sample frames successfully written to file.ERRORSafWriteFrames 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 failedSEE ALSOafReadFrames(3)AUTHORMichael Pruett <michael@68k.org> Audio File Library 0.3.6 03/06/2013 AFWRITEFRAMES(3)
Related Man Pages |
---|
afgetdataoffset(3) - centos |
afgettrackbytes(3) - centos |
afinitaeschanneldatato(3) - centos |
afsetvirtualbyteorder(3) - centos |
afwriteframes(3) - centos |
Similar Topics in the Unix Linux Community |
---|
How To Get Data after a certain foramt from a file |
count data separate by comma |
Need Help to count the deployments |
File split question |
Debian: audiofile buffer overflow |