1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9 10<TITLE>SCSetWpadSpeakerVolume</TITLE> 11 12</HEAD> 13 14<BODY> 15 16 17<H1><S>SCGetWpadSpeakerVolume</S> (No Longer Disclosed)</H1> 18 19<H2>Syntax</H2> 20<dl><dd><pre class="construction"> 21#include <revolution/sc.h> 22 23#define SC_WPAD_SPEAKER_VOLUME_MIN 0u 24#define SC_WPAD_SPEAKER_VOLUME_MAX 127u 25 26BOOL SCSetWpadSpeakerVolume(u8 volume); 27</pre></dd></dl> 28 29<H2>Arguments</H2> 30<TABLE class="arguments" border="1" > 31 <TBODY> 32 <TR> 33<TH>volume</TH> 34<TD>A value from 0 to 127.</TD> 35 </TR> 36 </TBODY> 37</TABLE> 38 39<H2>Return Values</H2> 40<P>Returns <code>TRUE</code> if the setting change succeeds. Returns <code>FALSE</code> if it fails.</P> 41 42<H2>Description</H2> 43<P>This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call <a href="../wpad/WPADSetSpeakerVolume.html"><code>WPADSetSpeakerVolume()</code></a> instead.)</P> 44<P>Modifies the volume settings of the Wii Remote speaker.</P> 45 46<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p> 47 48<H2>See Also</H2> 49<P class="reference"> 50<a href="../wpad/WPADSetSpeakerVolume.html">WPADSetSpeakerVolume</a>, 51<A href="SCGetWpadSpeakerVolume.html">SCGetWpadSpeakerVolume</A>, 52<a href="../tools/devkitmenu.html">NDEV System Menu</a> 53</P> 54 55<H2>Revision History</H2> 56<P> 572006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation.<br>2006/08/15 Initial version.<br> 58</P> 59 60<hr><p>CONFIDENTIAL</p></body> 61</HTML> 62