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>THPPlayerGetSoundMode</title> 10</head> 11 12<body> 13 14<h1>THPPlayerGetSoundMode</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include "THPPlayer.h" 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 THPPlayerGetSoundMode(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 player's sound output mode.</p> 33 34<H2>Description</H2> 35<p>The <code>THPPlayerGetSoundMode</code> function returns the current sound output mode configured for the THP player.</p> 36 37<p>The THP player's default output mode is <code>THP_SOUND_MODE_STEREO</code>.</p> 38 39 40<p><strong>Note: The <code>THPPlayerGetSoundMode</code> function is not prepared for THP players that use the AX audio stream (<code>THPPlayerStrmAX</code>). <code>THPPlayerStrmAX</code> plays output data in accordance with the mode configured in the AX library.</strong></p> 41 42<H2>See Also</H2> 43<p>None.</p> 44 45<H2>Revision History</H2> 46<P> 472008/02/28 Initial version.<br> 48</P> 49 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52