Scroll to navigation

AuFreeElementStates(3) Library Functions Manual AuFreeElementStates(3)

Name

AuFreeElementStates - free the memory used by lists of flow element states

Synopsis

#include <audio/audiolib.h>

void AuFreeElementStates(server, num_states, states)
AuServer *server;
int num_states;
AuElementState *states;

Arguments

Specifies the connection to the audio server.
Specifies the number of elements states to free.
Specifies a list of element states returned by AuGetElementStates.

Description

AuFreeElements frees the memory allocated by AuGetElementStates.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - flow element states