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>SCGetWpadSpeakerVolume</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 reserved for another library to be provided in future. Do not call this directly from the application at present.</P> 41<P>References the volume settings of the Wii Remote speaker.</P> 42 43<H2>See Also</H2> 44<P><A href="SCSetWpadSpeakerVolume.html"><code>SCSetWpadSpeakerVolume</code></A></P> 45 46<H2>Revision History</H2> 47<P>08/15/2006 Initial version.</P> 48 49<hr> 50<P>CONFIDENTIAL</p> 51</BODY> 52</HTML> 53