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

Name

6       AuFreeElements - free the memory used by lists of flow elements
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuFreeElements(server, num_elements, elements)
12           AuServer *server;
13           int num_elements;
14           AuElement *elements;
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       num_elements
20                 Specifies the number of elements to free.
21
22       elements  Specifies a list of elements returned by AuGetElements.
23

Description

25       AuFreeElements frees the memory allocated by AuGetElements.
26
27       audiolib - Network Audio System C Language Interface
28
29
30
31audiolib - flow elements             1.9.5                   AuFreeElements(3)
Impressum