signed char F_API FSOUND_Sample_Upload(
FSOUND_SAMPLE *sptr,
void *srcdata,
unsigned int mode_in
);
sptr | Pointer to the destination sample |
srcdata | Pointer to the source data to be uploaded. On PlayStation 2 this is an IOP address not an EE address. |
mode | Description of the source data format. Bitwise OR in these bits to describe the data being passed in. See FSOUND_MODES for valid parameters and descriptions. FSOUND_HW3D, FSOUND_HW2D and FSOUND_LOOP modes are ignored, the mode describes the source format, not the destination format. |