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

This is a stream player information structure that is in the sound archive.

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

The stream player setup is based on the information that is in the NNS_SndArcStrmInit function.

See Also

NNS_SndArcGetStrmPlayerInfo, NNS_SndArcStrmInit

Revision History

08/10/2004 Initial version.


CONFIDENTIAL