NNSSndArcStrmPlayerInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcStrmPlayerInfo
{
    u8 numChannels;
    u8 chNoList[ 2 ];
} NNSSndArcStrmPlayerInfo;

Elements

numChannels The number of channels that the player uses.
chNoList A channel number list of the channels that are used.

Description

Stream player information structure in the sound archive.

You can acquire this structure from the sound archive with the NNS_SndArcGetStrmPlayerInfo function.

The NNS_SndArcStrmInit function sets up the stream player based on the information in this structure.

See Also

NNS_SndArcGetStrmPlayerInfo, NNS_SndArcStrmInit

Revision History

2004/08/10 Initial version.


CONFIDENTIAL