NNSSndArcSeqInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcSeqInfo
{
    u32 fileId;
    struct NNSSndSeqParam param;
} NNSSndArcSeqInfo;

Elements

fileId The file ID in the sound archive.
param Sequence parameter structure.

Description

Sequence information structure in the sound archive.

This structure can be obtained from the sound archive by using the NNS_SndArcGetSeqInfo function.

See Also

NNSSndSeqParam, NNS_SndArcGetSeqInfo

Revision History

2004/06/01 Initial version.


CONFIDENTIAL