|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |