NNSSndSeqParam

Definition

#include <nnsys/snd.h>
typedef struct NNSSndSeqParam
{
    u16 bankNo;
    u8 volume;
    u8 channelPrio;
    u8 playerPrio;
    u8 playerNo;
    u16 reserved;
} NNSSndSeqParam;

Elements

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.

Description

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.

See Also

NNS_SndArcGetSeqParam, NNS_SndArcGetSeqArcParam

Revision History

2004/06/01 Initial version.


CONFIDENTIAL