|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSYNC | |
org.jouvieje.bass | |
org.jouvieje.bass.callbacks | |
org.jouvieje.bass.structures |
Uses of HSYNC in org.jouvieje.bass |
Methods in org.jouvieje.bass that return HSYNC | |
static HSYNC |
Bass.BASS_ChannelSetSync(int handle,
int type,
long param,
SYNCPROC proc,
Pointer user)
|
Methods in org.jouvieje.bass with parameters of type HSYNC | |
static boolean |
Bass.BASS_ChannelRemoveSync(int handle,
HSYNC sync)
|
Uses of HSYNC in org.jouvieje.bass.callbacks |
Methods in org.jouvieje.bass.callbacks with parameters of type HSYNC | |
void |
SYNCPROC.SYNCPROC(HSYNC handle,
int channel,
int data,
Pointer user)
|
Uses of HSYNC in org.jouvieje.bass.structures |
Methods in org.jouvieje.bass.structures that return HSYNC | |
static HSYNC |
HSYNC.createView(Pointer pointer)
Create a view of the Pointer object as a HSYNC object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |