mirror of
https://github.com/ENSL/NS.git
synced 2024-12-03 09:42:00 +00:00
70 lines
3.1 KiB
HTML
70 lines
3.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" Content="SOURCEDOC.EXE">
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>FSOUND_SPEAKERMODES</TITLE>
|
|
<STYLE>
|
|
#flush {margin-left: -10p; margin-right: -0p}
|
|
#buttonbar {color: white}
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY TOPMARGIN=0 BGPROPERTIES="FIXED" BGCOLOR="white">
|
|
<FONT FACE="ARIAL">
|
|
<SPAN ID="flush">
|
|
<A NAME="SEE ALSO">
|
|
<TABLE WIDTH="100%" COLS=2 BORDER=0 BGCOLOR="#000000">
|
|
<TR ALIGN=RIGHT>
|
|
<TD ALIGN=LEFT>
|
|
<IMG SRC="banner03.gif" WIDTH="88" HEIGHT="31" BORDER=0>
|
|
</TD>
|
|
<TD ALIGN=RIGHT VALIGN=TOP>
|
|
<FONT FACE="ARIAL" SIZE="2">
|
|
<A ID=buttonbar HREF="FSOUND_OUTPUTTYPES.html">
|
|
<IMG SRC="u_prev.gif" WIDTH="71" HEIGHT="16" BORDER=0 ALT="Previous Topic">
|
|
</A>
|
|
<A ID=buttonbar HREF="FSOUND.html">
|
|
<IMG SRC="u_index.gif" WIDTH="47" HEIGHT="16" BORDER=0 ALT="Index">
|
|
</A>
|
|
<A ID=buttonbar HREF="FSOUND_STREAM_NET_STATUS.html">
|
|
<IMG SRC="u_next.gif" WIDTH="48" HEIGHT="16" BORDER=0 ALT="Next Topic">
|
|
</A>
|
|
</FONT></TD><TD WIDTH=15></TD>
|
|
</TR>
|
|
</TABLE>
|
|
</A>
|
|
</SPAN>
|
|
<A HREF="FSOUND.html#Enums"><H5>[Enum]</A></H5>
|
|
<H2><A NAME="FSOUND_SPEAKERMODES">FSOUND_SPEAKERMODES</A></H2>
|
|
These are speaker types defined for use with the FSOUND_SetSpeakerMode command.<BR>
|
|
Note - Only reliably works with FSOUND_OUTPUT_DSOUND or FSOUND_OUTPUT_XBOX output modes. Other output modes will only <BR>
|
|
interpret FSOUND_SPEAKERMODE_MONO and set everything else to be stereo.<BR>
|
|
Using either DolbyDigital or DTS will use whatever 5.1 digital mode is available if destination hardware is unsure.<BR>
|
|
<P>
|
|
<H3>Enumerators</H3>
|
|
<TABLE>
|
|
<TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_DOLBYDIGITAL</I></TD>
|
|
<TD>/* Dolby Digital Output (XBOX or PC only). */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_HEADPHONES</I></TD>
|
|
<TD>/* The speakers are headphones. */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_MONO</I></TD>
|
|
<TD>/* The speakers are monaural. */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_QUAD</I></TD>
|
|
<TD>/* The speakers are quadraphonic. */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_STEREO</I></TD>
|
|
<TD>/* The speakers are stereo (default value). */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_SURROUND</I></TD>
|
|
<TD>/* The speakers are surround sound. */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_DTS</I></TD>
|
|
<TD>/* DTS output (XBOX only). */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_PROLOGIC2</I></TD>
|
|
<TD>/* Dolby Prologic 2. Playstation 2 and Gamecube only. PlayStation 2 doesnt support interior panning, but supports 48 voices simultaneously. */<BR>
|
|
</TD><TR VALIGN=top><TD><I>FSOUND_SPEAKERMODE_PROLOGIC2_INTERIOR</I></TD>
|
|
<TD>/* Dolby Prologic 2. Playstation 2 and Gamecube only. PlayStation 2 does support interior panning, but only supports 24 voices simultaneously. */<BR>
|
|
</TD></TABLE>
|
|
<H3>See Also</H3>
|
|
<A HREF="FSOUND_SetSpeakerMode.html">FSOUND_SetSpeakerMode</A>
|
|
<HR><BR><FONT SIZE="-2">This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.</FONT><BR>
|
|
<FONT SIZE="-2">Generated Thu Dec 15 17:31:37 2005
|
|
by SourceDoc v0.10, the automated source code documenter.</FONT><BR>
|
|
</BODY>
|
|
</HTML>
|