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 11<TITLE>SCGetSoundMode</TITLE> 12 13</HEAD> 14 15<BODY> 16 17 18 19<H1>SCGetSoundMode</H1> 20 21 22 23<H2>C Specification</H2> 24<pre><code>#include <revolution/sc.h> 25 26#define SC_SOUND_MODE_MONO 0u 27#define SC_SOUND_MODE_STEREO 1u 28#define SC_SOUND_MODE_SURROUND 2u 29 30u8 SCGetSoundMode(void); 31</code></pre> 32 33 34<H2>Arguments</H2> 35<P>None.</P> 36 37<H2>Return Values</H2> 38<p>One <code>SC_SOUND_MODE_*</code> value.</p> 39 40<H2>Description</H2> 41<P>References the sound mode setting.</P> 42 43<TABLE border="1" cellpadding="3" cellspacing="0.1"> 44 <TBODY> 45 <TR> 46<TD width="30%" valign="middle" bgcolor="#C0C0C0"><strong>Return Values</strong></TD> 47<TD valign="middle" bgcolor="#C0C0C0"><strong>Sound Mode</strong></TD> 48 </TR> 49 <TR> 50<TD width="30%"><code>SC_SOUND_MODE_MONO</code></TD> 51<TD>Monaural</TD> 52 </TR> 53 <TR> 54<TD width="30%"><code>SC_SOUND_MODE_STEREO</code></TD> 55<TD>Stereo</TD> 56 </TR> 57 <TR> 58<TD width="30%"><code>SC_SOUND_MODE_SURROUND</code></TD> 59<TD>Surround</TD> 60 </TR> 61 </TBODY> 62</TABLE> 63 64<p> 65Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to change the sound mode setting. 66</p> 67 68<H2>See Also</H2> 69<P> 70<a href="../tools/devkitmenu.html">NDEV System Menu</a><br> 71</P> 72 73<H2>Revision History</H2> 74<P> 752006/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.</P> 76 77<hr> 78<P>CONFIDENTIAL</p> 79</BODY> 80</HTML> 81