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