WPADSetSpeakerVolume

C Specification

#include <revolution/wpad.h>

void WPADSetSpeakerVolume( u8 volume );
  

Arguments

volume Speaker volume to be set. Set volume using a value ranging from 0 to 127.

Return Values

None.

Description

Sets the volume settings of the Wii Remote speaker. The volume set by this function is applied to all the Wii Remotes. Set the volume before launching the speaker using the WPADControlSpeaker function. Be aware that changes will not be reflected for Wii Remotes whose speakers have already been launched.

The current volume setting can be recorded to the Wii Console using the function WPADSaveConfig.

See Also

WPAD Functions
WPADControlSpeaker
WPADGetSpeakerVolume
WPADSaveConfig

Revision History

08/15/2006 Initial version.


CONFIDENTIAL