#include <nnsys/snd.h>typedef struct NNSSndSeqParam
{
u16 bankNo;
u8 volume;
u8 channelPrio;
u8 playerPrio;
u8 playerNo;
u16 reserved;
} NNSSndSeqParam;
bankNo |
Bank number. |
volume |
The initial volume setting. |
channelPrio |
The sound priority. |
playerPrio |
This is the player priority. |
playerNo |
The Player number. |
reserved |
The reserved region. |
The sequence parameter structure. This stores the parameter to be set when the sequence is played.
This structure can be obtained by using either the NNS_SndArcGetSeqParam function or the NNS_SndArcGetSeqArcParam function.
NNS_SndArcGetSeqParam, NNS_SndArcGetSeqArcParam
2004/06/01 Initial version.
CONFIDENTIAL