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

FreeBSD Manual Pages

  
 
  

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

Name
     SoundSeekFile - seek to a position in an audio file.

Synopsis
     #include <audio/audiolib.h>

     int SoundSeekFile(n, sound)
	 int n;
	 Sound sound;

Arguments
     n	       Specifies the offset (in bytes), relative to the beginning of the
	       audio.

     sound     Specifies the audio file description.

Description
     SoundSeekFile  sets  the position of the next read to a specific offset. It
     can only be used on files open for reading.

See Also
     SoundTellFile.

     audiolib - Network Audio System C Language Interface

				      1.9.4			SoundSeekFile(3)

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

home | help