[API function]
This function gets the current reverb properties for this channel.
signed char F_API FSOUND_Reverb_GetChannelProperties(
int channel,
FSOUND_REVERB_CHANNELPROPERTIES *prop
);
Parameters
channel |
The channel to have its reverb mix returned.
|
prop |
Pointer to a FSOUND_REVERB_CHANNELPROPERTIES structure definition. The definition for this structure is given in the link below.
|
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
___________________
Supported on the following platforms : Win32, XBox
See Also
FSOUND_REVERB_CHANNELPROPERTIES
,
FSOUND_Reverb_GetProperties
,
FSOUND_Reverb_SetChannelProperties
,
FSOUND_Reverb_SetProperties
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:31 2005
by SourceDoc v0.10, the automated source code documenter.