mirror of
https://github.com/ENSL/NS.git
synced 2025-02-02 22:11:29 +00:00
4f13237895
Change CRLF to LF in repo.
74 lines
2.8 KiB
HTML
74 lines
2.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" Content="SOURCEDOC.EXE">
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>FSOUND_MISC_VALUES</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_INIT_FLAGS.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_MODES.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#Defines"><H5>[Define]</A></H5>
|
|
<H2><A NAME="FSOUND_MISC_VALUES">FSOUND_MISC_VALUES</A></H2>
|
|
Miscellaneous values for FMOD functions.<BR>
|
|
<P>
|
|
<TABLE>
|
|
<TR VALIGN=top><TD><B>FSOUND_FREE</B></TD>
|
|
<TD><I>-1 /* value to play on any free channel, or to allocate a sample in a free sample slot. */
|
|
</I></TD>
|
|
<TR VALIGN=top><TD><B>FSOUND_UNMANAGED</B></TD>
|
|
<TD><I>-2 /* value to allocate a sample that is NOT managed by FSOUND or placed in a sample slot. */
|
|
</I></TD>
|
|
<TR VALIGN=top><TD><B>FSOUND_ALL</B></TD>
|
|
<TD><I>-3 /* for a channel index , this flag will affect ALL channels available! Not supported by every function. */
|
|
</I></TD>
|
|
<TR VALIGN=top><TD><B>FSOUND_STEREOPAN</B></TD>
|
|
<TD><I>-1 /* value for FSOUND_SetPan so that stereo sounds are not played at half volume. See FSOUND_SetPan for more on this. */
|
|
</I></TD>
|
|
<TR VALIGN=top><TD><B>FSOUND_SYSTEMCHANNEL</B></TD>
|
|
<TD><I>-1000 /* special 'channel' ID for all channel based functions that want to alter the global FSOUND software mixing output channel */
|
|
</I></TD>
|
|
<TR VALIGN=top><TD><B>FSOUND_SYSTEMSAMPLE</B></TD>
|
|
<TD><I>-1000 /* special 'sample' ID for all sample based functions that want to alter the global FSOUND software mixing output sample */
|
|
</I></TD>
|
|
</TABLE>
|
|
<H3>See Also</H3>
|
|
<A HREF="FSOUND_PlaySound.html">FSOUND_PlaySound</A>
|
|
,
|
|
<A HREF="FSOUND_PlaySoundEx.html">FSOUND_PlaySoundEx</A>
|
|
,
|
|
<A HREF="FSOUND_Sample_Alloc.html">FSOUND_Sample_Alloc</A>
|
|
,
|
|
<A HREF="FSOUND_Sample_Load.html">FSOUND_Sample_Load</A>
|
|
,
|
|
<A HREF="FSOUND_SetPan.html">FSOUND_SetPan</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>
|