1AuSetCloseDownMode(3)      Library Functions Manual      AuSetCloseDownMode(3)
2
3
4

Name

6       AuSetCloseDownMode - change the close down mode of a client
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuSetCloseDownMode(server, mode, status)
12           AuServer *server;
13           int mode;
14           AuStatus *status; /* RETURN */
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       mode      Specifies  the  client  close-down mode.  This must be one of
20                 these constants: AuCloseDownDestroy,  AuCloseDownRetainPerma‐
21                 nent, or AuCloseDownRetainTemporary.
22
23       status    If  non-NULL,  flush  the output buffer and return the status
24                 from the server.
25

Description

27       AuSetCloseDownMode sets the close-down-mode for client  to  mode.   The
28       close-down-mode  determines  what  happens  to the resources created by
29       client when the connection is closed or client is  killed  via  AuKill‐
30       Client.
31

Errors

33       AuBadValue.
34

See Also

36       AuCloseServer, AuGetCloseDownMode.
37
38       audiolib - Network Audio System C Language Interface
39
40
41
42audiolib - client connections        1.9.4               AuSetCloseDownMode(3)
Impressum