NNS_SndArcSetLoadBlockSize

Syntax

#include <nnsys/snd.h>
void NNS_SndArcSetLoadBlockSize( s32 loadBlockSize );

Arguments

loadBlockSize Load block size. Units are bytes.

Return Values

None.

Description

Sets the load block size used when loading data. The default load block size is 0.

When the amount of data to load is larger than the load block size, the data is split into blocks equal to the load block size and loaded over several cycles. However, if the load block size is 0, block loading is not performed.

Load block size is specified in relation to the current sound archive.

See Also

NNS_SndArcGetLoadBlockSize

Revision History

2007/10/17 Initial version.


CONFIDENTIAL