#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. |
This is a stream player information structure that is in the sound archive.
You can acquire this structure from the sound archive with the NNS_SndArcGetStrmPlayerInfo function.
The stream player setup is based on the information that is in the NNS_SndArcStrmInit function.
NNS_SndArcGetStrmPlayerInfo, NNS_SndArcStrmInit
08/10/2004 Initial version.
CONFIDENTIAL