nn::snd::CTR::AuxBusData Structure

Syntax

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

Description

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

Member Variables

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL