nn::snd::CTR::AuxBusData Structurestruct AuxBusData
{
s32 * frontLeft;
s32 * frontRight;
s32 * rearLeft;
s32 * rearRight;
};
Typedef for functions containing the code that processes Aux bus data in each sound frame.
| 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. |
CONFIDENTIAL