Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SoundTellFile(3)	    Library Functions Manual		SoundTellFile(3)

Name
     SoundTellFile - return the position of an audio file.

Synopsis
     #include <audio/audiolib.h>

     int SoundTellFile(sound)
	 Sound sound;

Arguments
     sound     Specifies the audio file description.

Description
     SoundTellFile  returns  the  offset (in bytes) of the next byte to be read,
     relative to the beginning of the audio. It can only be used on  files  open
     for reading.

See Also
     SoundSeekFile.

     audiolib - Network Audio System C Language Interface

				      1.9.4			SoundTellFile(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SoundTellFile&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help