nn::snd::CTR::ClearEffect Function

Syntax

void ClearEffect(
     AuxBusId busId
);

Arguments

Name Description
in busId Bus ID.

Return Values

None.

Description

Clears an effect setting.

Clears an effect configured with the SetEffect function.

Any callback set with the RegisterAuxCallback function will not be cleared. (This can be cleared with the ClearAuxCallback function.)

See Also

SetEffect
RegisterAuxCallback
ClearAuxCallback

Revision History

2010/11/10
Initial version.

CONFIDENTIAL