#include <nnsys/snd.h>typedef struct NNSSndArcStrmInfo
{
u32 fileId;
u8 volume;
u8 playerPrio;
u8 playerNo;
u8 flags;
} NNSSndArcStrmInfo;
fileId |
The file ID in the sound archive. |
volume |
The initial volume setting. |
playerPrio |
This is the player priority. |
playerNo |
The Player number. |
flags |
Option flags. |
This is a stream information structure that is in the sound archive.
You can acquire this structure from the sound archive with the NNS_SndArcGetStrmInfo function.
flags is the logical sum of the following values.
11/26/2004 Changed so the reserved region is used as an option flag. 08/10/2004 Initial version.