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 name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>WPADIsSpeakerEnabled</title>
10</head>
11
12<body>
13
14<h1>WPADIsSpeakerEnabled</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/wpad.h&gt;
19
20#define WPAD_CHAN0               0
21#define WPAD_CHAN1               1
22#define WPAD_CHAN2               2
23#define WPAD_CHAN3               3
24
25BOOL WPADIsSpeakerEnabled( s32 chan );
26</pre></dd></dl>
27
28<h2>Arguments</h2>
29<TABLE class="arguments" border="1" >
30  <tr>
31<TH>chan</TH>
32<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD>
33  </tr>
34</table>
35
36<h2>Return Values</h2>
37<p>Returns <CODE>TRUE</CODE> if the speaker has started and <CODE>FALSE</CODE> if it is stopped.</p>
38
39<H2>Description</H2>
40<p>
41Checks the status of the Wii Remote speaker.
42</p>
43
44<h2>See Also</h2>
45<p class="reference">
46<A href="./WPADControlSpeaker.html">WPADControlSpeaker</A>,
47<A href="./WPADGetInfo.html">WPADGetInfo</A>,
48<A href="./WPADGetInfoAsync.html">WPADGetInfoAsync</A>
49</p>
50
51<H2>Revision History</H2>
52<P>
532006/07/04 Initial version.<br>
54</P>
55
56<hr><p>CONFIDENTIAL</p></body>
57</html>