Uses of Class
org.lwjgl.fmod3.FSoundReverbChannelProperties

Packages that use FSoundReverbChannelProperties
org.lwjgl.fmod3   
 

Uses of FSoundReverbChannelProperties in org.lwjgl.fmod3
 

Methods in org.lwjgl.fmod3 with parameters of type FSoundReverbChannelProperties
static boolean FSound.FSOUND_Reverb_GetChannelProperties(int channel, FSoundReverbChannelProperties reverb)
          This function gets the current reverb properties for this channel
static boolean FSound.FSOUND_Reverb_SetChannelProperties(int channel, FSoundReverbChannelProperties reverb)
          Sets the channel specific reverb properties for hardware, including wet/dry mix (room size), and things like obstruction and occlusion properties Remarks FSOUND_ALL is supported here.
 



Copyright © 2002-2006 lwjgl.org. All Rights Reserved.