#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 |
Player priority. |
playerNo |
Player number. |
flags |
Option flags. |
Stream information structure that is in the sound archive.
You can acquire this structure from the sound archive with the NNS_SndArcGetStrmInfo
function.
The option flag flags
is the logical sum of the following values.
2004/11/26 Changed so the reserved region is used as an option flag.
2004/08/10 Initial version.
CONFIDENTIAL