Name
AuFreeElementStates - free the memory used by lists of flow element statesSynopsis
#include <audio/audiolib.h>AuServer *server;
int num_states;
AuElementState *states;
Arguments
- server
- Specifies the connection to the audio server.
- num_states
- Specifies the number of elements states to free.
- states
- Specifies a list of element states returned by AuGetElementStates.
Description
AuFreeElements frees the memory allocated by AuGetElementStates.1.9.4 | audiolib - flow element states |