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>SCGetSoundMode</TITLE> 11 12</HEAD> 13 14<BODY> 15 16 17<H1>SCGetSoundMode</H1> 18 19<H2>Syntax</H2> 20<dl><dd><pre class="construction">#include <revolution/sc.h> 21 22#define SC_SOUND_MODE_MONO 0u 23#define SC_SOUND_MODE_STEREO 1u 24#define SC_SOUND_MODE_SURROUND 2u 25 26u8 SCGetSoundMode(void); 27</pre></dd></dl> 28 29<H2>Arguments</H2> 30<P>None.</P> 31 32<H2>Return Values</H2> 33<p>One <code>SC_SOUND_MODE_*</code> value.</p> 34 35<H2>Description</H2> 36<P>References the sound mode setting.</P> 37 38<TABLE class="arguments" border="1" > 39 <TBODY> 40 <TR> 41<TD width="30%" valign="middle" bgcolor="#C0C0C0"><STRONG>Return Values</STRONG></TD> 42<TD width="*" valign="middle" bgcolor="#C0C0C0">Sound Mode</TD> 43 </TR> 44 <TR> 45<TH>SC_SOUND_MODE_MONO</TH> 46<TD>Monaural</TD> 47 </TR> 48 <TR> 49<TH>SC_SOUND_MODE_STEREO</TH> 50<TD>Stereo</TD> 51 </TR> 52 <TR> 53<TH>SC_SOUND_MODE_SURROUND</TH> 54<TD>Surround</TD> 55 </TR> 56 </TBODY> 57</TABLE> 58 59<p> 60Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to change the sound mode setting. 61</p> 62<p>See the Wii Programming Guidelines for more on application-level support.</p> 63 64<H2>See Also</H2> 65<P class="reference"> 66<a href="../tools/devkitmenu.html">NDEV System Menu</a> 67</P> 68 69<H2>Revision History</H2> 70<P> 712007/08/09 Added an explanatory message to refer to the Wii Programming Guidelines for more on application-level support.<BR>2006/10/25 Revised the description along with ending disclosure of the <code>SCSetSoundMode</code> function for changing settings.<br>2006/06/20 Revised description because how this will be supported by applications is not yet confirmed. <BR>2006/05/29 Initial version.<BR> 72</P> 73 74<hr><p>CONFIDENTIAL</p></body> 75</HTML>