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<!-- �^�C�g���� --> 11<TITLE>SCGetWpadSpeakerVolume</TITLE> 12 13</HEAD> 14 15<BODY> 16 17 18<!-- �^�C�g���� --> 19<H1><S>SCGetWpadSpeakerVolume</S> (No Longer Disclosed)</H1> 20 21 22 23<H2>C Specification</H2> 24<pre><code>#include <revolution/sc.h> 25 26#define SC_WPAD_SPEAKER_VOLUME_MIN 0u 27#define SC_WPAD_SPEAKER_VOLUME_MAX 127u 28 29u8 SCGetWpadSpeakerVolume(void); 30</code></pre> 31 32 33<H2>Arguments</H2> 34<P>None.</P> 35 36<H2>Return Values</H2> 37<p>A value from 0 to 127.</p> 38 39<H2>Description</H2> 40<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/WPADGetSpeakerVolume.html"><code>WPADGetSpeakerVolume()</code></a> instead.))</P> 41<P>References the volume settings of the Wii Remote speaker.</P> 42 43<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p> 44 45<H2>See Also</H2> 46<P> 47<a href="../wpad/WPADGetSpeakerVolume.html"><code>WPADGetSpeakerVolume</code></a><br> <A href="SCSetWpadSpeakerVolume.html"><code>SCSetWpadSpeakerVolume</code></A><br> <a href="../tools/devkitmenu.html">NDEV System Menu</a><br> 48</P> 49 50<H2>Revision History</H2> 51<P> 522006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation. <br>2006/08/15 Initial version.</P> 53 54<hr> 55<P>CONFIDENTIAL</p> 56</BODY> 57</HTML> 58