#include <nnsys/snd.h>
typedef struct NNSSndArcStrmPlayerInfo
{
u8 numChannels;
u8 chNoList[ 2 ];
} NNSSndArcStrmPlayerInfo;
numChannels |
The number of channels that the player uses. |
chNoList |
A channel number list of the channels that are used. |
Stream player information structure in the sound archive.
You can acquire this structure from the sound archive with the NNS_SndArcGetStrmPlayerInfo
function.
The NNS_SndArcStrmInit
function sets up the stream player based on the information in this structure.
NNS_SndArcGetStrmPlayerInfo
, NNS_SndArcStrmInit
2004/08/10 Initial version.
CONFIDENTIAL