alSynHeapSize alSynHeapSize (function)

alSynHeapSize

Gets the heap size of the synthesizer

Syntax

#include <libaudio.h>     /* libaudio.h */

s32 alSynHeapSize(ALSynConfig *c);

Arguments

c
Pointer to synthesizer configuration structure

Description

alSynHeapSize returns the size of synthesizer driver configuration specified by the configuration structure that was passed.

Revision History

1999/04/30 Changed Format