afSeekFrame (3) Linux Manual Page
afSeekFrame, afTellFrame – update or access the current sample frame position for a track in an audio file Synopsis#include <audiofile.h>AFframecount afSeekFrame(AFfilehandle file, int track, AFframecount frameOffset);AFframecount afTellFrame(AFfilehandle file, int track);Parametersfile is a valid audio file handle created by afOpenFile(3). track identifies an audio track within the file. track is always AF_DEFAULT_TRACK for all currently supported…
