afGetDataOffset (3) Linux Manual Page
afGetFrameCount, afGetTrackBytes, afGetDataOffset – get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file Synopsis #include <audiofile.h> AFframecount afGetFrameCount (AFfilehandle file, int track); AFfileoffset afGetTrackBytes (AFfilehandle file, int track); AFfileoffset afGetDataOffset (AFfilehandle file, int track); Parameters file is an audio file…
