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

FreeBSD Manual Pages

  
 
  

home | help
AuSoundPla...usFromFile(3) Library Functions Manual AuSoundPla...usFromFile(3)

Name
       AuSoundPlaySynchronousFromFile -	play a file.

Synopsis
       #include	<audio/audiolib.h>
       #include	<audio/soundlib.h>

       AuBool AuSoundPlaySynchronousFromFile(server, filename, volume)
	   AuServer *server;
	   char	*filename;
	   int volume;

Arguments
       server	 Specifies the connection to the audio server.

       filename	 Specifies the name of the audio data file.

       volume	 Specifies the volume level.

Description
       AuSoundPlaySynchronousFromFile  plays  filename and returns AuTrue when
       done or AuFalse if there	was an error.

See Also
       AuSoundPlay,   AuSoundPlayFromBucket,   AuSoundPlayFromData,   AuSound-
       PlayFromFile.

       audiolib	- Network Audio	System C Language Interface

soundlib			     1.9.4	    AuSoundPla...usFromFile(3)

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

home | help