AuServer(3) | Library Functions Manual | AuServer(3) |
AuServer - AuServer structure
#include <audio/audiolib.h>
typedef struct _AuServer
{
. . .
}AuServer;
Do not dereference the members of the AuServer structure directly. Instead use the access macros.
server is a pointer to a AuServer structure.
The AuServer structure describes the connection to the audio server.
AuCloseServer.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - |