Uses of Class
org.jouvieje.bass.structures.HFX

Packages that use HFX
org.jouvieje.bass   
org.jouvieje.bass.structures   
 

Uses of HFX in org.jouvieje.bass
 

Methods in org.jouvieje.bass that return HFX
static HFX Bass.BASS_ChannelSetFX(int handle, int type, int priority)
           
 

Methods in org.jouvieje.bass with parameters of type HFX
static boolean Bass.BASS_ChannelRemoveFX(int handle, HFX fx)
           
static boolean Bass.BASS_FXSetParameters(HFX handle, Pointer params)
           
static boolean Bass.BASS_FXGetParameters(HFX handle, Pointer params)
           
static boolean Bass.BASS_FXReset(HFX handle)
           
 

Uses of HFX in org.jouvieje.bass.structures
 

Methods in org.jouvieje.bass.structures that return HFX
static HFX HFX.createView(Pointer pointer)
          Create a view of the Pointer object as a HFX object.
 



NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)