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>SCGetWpadSpeakerVolume</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 &lt;revolution/sc.h&gt;
22
23#define SC_WPAD_SPEAKER_VOLUME_MIN     0u
24#define SC_WPAD_SPEAKER_VOLUME_MAX     127u
25
26u8 SCGetWpadSpeakerVolume(void);
27</pre></dd></dl>
28
29<H2>Arguments</H2>
30<P>None.</P>
31
32<H2>Return Values</H2>
33<p>A value from 0 to 127.</p>
34
35<H2>Description</H2>
36<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>
37<P>References the volume settings of the Wii Remote speaker.</P>
38
39<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p>
40
41<H2>See Also</H2>
42<P class="reference">
43<a href="../wpad/WPADGetSpeakerVolume.html">WPADGetSpeakerVolume</a>,
44<A href="SCSetWpadSpeakerVolume.html">SCSetWpadSpeakerVolume</A>,
45<a href="../tools/devkitmenu.html">NDEV System Menu</a>
46</P>
47
48<H2>Revision History</H2>
49<P>
502006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation.<br>2006/08/15 Initial version.<br>
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</HTML>
55