nn::snd::CTR::AuxBusData

nn::snd::CTR::AuxBusData Structure

Syntax

struct AuxBusData
{
s32 * frontLeft;
s32 * frontRight;
s32 * rearLeft;
s32 * rearRight;
};

Description

Structure for functions containing the code that processes Aux bus data in each sound frame.

Member Variables

frontLeft s32 * Address of the front left data.
frontRight s32 * Address of the front right data.
rearLeft s32 * Address of the rear left data.
rearRight s32 * Address of the rear right data.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL