<TD>Pointer to the source data to be uploaded. On PlayStation 2 this is an IOP address not an EE address.<BR>
</TD><TRVALIGN=top><TD><I>mode</I></TD>
<TD>Description of the source data format. Bitwise OR in these bits to describe the data being passed in.<BR>
See FSOUND_MODES for valid parameters and descriptions.<BR>
FSOUND_HW3D, FSOUND_HW2D and FSOUND_LOOP modes are ignored, the mode describes the source format, not the destination format.<BR>
</TD></TABLE>
<H3>Return Value</H3>
On success, TRUE is returned.<BR>
On failure, FALSE is returned.<BR>
<H3>Remarks</H3>
Note that on PlayStation 2 the source data address is an IOP address not an EE address. <BR>
To get data from EE RAM to the sample you must allocate some IOP memory, dma it to IOP memory then call upload. There are helper functions in fmodps2.h to achieve this.<BR>
___________________<BR>
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube<BR>