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>SCSetWpadSpeakerVolume</TITLE>
12
13</HEAD>
14
15<BODY>
16
17
18<!-- �^�C�g���� -->
19<H1>SCSetWpadSpeakerVolume</H1>
20
21
22
23<H2>C Specification</H2>
24<pre><code>#include &lt;revolution/sc.h&gt;
25
26#define SC_WPAD_SPEAKER_VOLUME_MIN     0u
27#define SC_WPAD_SPEAKER_VOLUME_MAX     127u
28
29BOOL SCSetWpadSpeakerVolume(u8 <em>volume</em>);
30</code></pre>
31
32
33<H2>Arguments</H2>
34<TABLE border="1" cellpadding="3" cellspacing="0.1">
35  <TBODY>
36    <TR>
37<TD width="30%" bgcolor="#ffffe8"><em><strong><code>volume</code></strong></em></TD>
38<TD width="*">A value from 0 to 127.</TD>
39    </TR>
40  </TBODY>
41</TABLE>
42
43
44<H2>Return Values</H2>
45<P>Returns <code>TRUE</code> if the setting change succeeds. Returns <CODE>FALSE</CODE> if it fails.</P>
46
47<H2>Description</H2>
48<P>This function is reserved for another library to be provided in future. Do not call this directly from the application at present.</P>
49<P>Modifies the volume settings of the Wii Remote speaker.</P>
50
51<H2>See Also</H2>
52<P><A href="SCGetWpadSpeakerVolume.html"><code>SCGetWpadSpeakerVolume</code></A></P>
53
54<H2>Revision History</H2>
55<P>08/15/2006 Initial version.</P>
56
57<hr>
58<P>CONFIDENTIAL</p>
59</BODY>
60</HTML>
61