NNS_SndHeapGetFreeSize
C Specification
#include <nnsys/snd.h>
u32 NNS_SndHeapGetFreeSize( NNSSndHeapHandle heap );
Arguments
heap |
The sound heap handle. |
Return Values
Returns the size of the free capacity.
Description
Gets the amount of the free space in the sound heap.
See Also
None.
Revision History
06/01/2004 Initial version.