|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HDSP | |
org.jouvieje.bass | |
org.jouvieje.bass.callbacks | |
org.jouvieje.bass.structures |
Uses of HDSP in org.jouvieje.bass |
Methods in org.jouvieje.bass that return HDSP | |
static HDSP |
Bass.BASS_ChannelSetDSP(int handle,
DSPPROC proc,
Pointer user,
int priority)
|
Methods in org.jouvieje.bass with parameters of type HDSP | |
static boolean |
Bass.BASS_ChannelRemoveDSP(int handle,
HDSP dsp)
|
Uses of HDSP in org.jouvieje.bass.callbacks |
Methods in org.jouvieje.bass.callbacks with parameters of type HDSP | |
void |
DSPPROC.DSPPROC(HDSP handle,
int channel,
java.nio.ByteBuffer buffer,
int length,
Pointer user)
|
Uses of HDSP in org.jouvieje.bass.structures |
Methods in org.jouvieje.bass.structures that return HDSP | |
static HDSP |
HDSP.createView(Pointer pointer)
Create a view of the Pointer object as a HDSP object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |