AFOpenAudioConn(3) AFOpenAudioConn(3) NAME AFOpenAudioConn, AFCloseAudioConn - open or close a connection to the audio server SYNTAX #include <AF/AFlib.h> AFAudioConn *AFOpenAudioConn (char *server) void AFCloseAudioConn (AFAudioConn *aud) ARGUMENTS server Specifies the hardware audio name and the communications domain to be used. If NULL, then the AUDIOFILE or DISPLAY environment variable will be used. aud Specifies a connection to the audio server. DESCRIPTION AFOpenAudioConn returns a AFAudioConn structure which serves as the connec- tion to the audio server and contains all the information about the audio server. AFCloseAudioConn closes the connection to the audio server. SEE ALSO AF(1) BUGS If you encounter a reproducible bug, please submit a problem report to (af-bugs@crl.dec.com). COPYRIGHT Copyright 1990-1994, Digital Equipment Corporation. See AF(1) for a full statement of rights and permissions. AUTHORS Digital Cambridge Research Lab