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>THPSimpleGetSoundMode</title>
10</head>
11
12<body>
13
14<h1>THPSimpleGetSoundMode</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &quot;THPSimple.h&quot;
19
20#define THP_SOUND_MODE_MONO      0
21#define THP_SOUND_MODE_STEREO    1
22#define THP_SOUND_MODE_SURROUND  THP_SOUND_MODE_STEREO
23#define THP_SOUND_MODE_DPL2      THP_SOUND_MODE_STEREO
24
25s32 THPSimpleGetSoundMode(void);
26</pre></dd></dl>
27
28<h2>Arguments</h2>
29<p>None.</p>
30
31<h2>Return Values</h2>
32<p>Returns the THP simple player's sound output mode.</p>
33
34<H2>Description</H2>
35<p>The <code>THPSimpleGetSoundMode</code> function returns the current sound output mode configured for the THP simple player.</p>
36
37<p>The THP simple player's default output mode is <code>THP_SOUND_MODE_STEREO</code>.</p>
38
39<H2>See Also</H2>
40<p>None.</p>
41
42<H2>Revision History</H2>
43<P>
442008/02/28 Initial version.<br>
45</P>
46
47<hr><p>CONFIDENTIAL</p></body>
48</html>
49