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

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.
 



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)