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

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

Uses of HPLUGIN in org.jouvieje.bass
 

Methods in org.jouvieje.bass that return HPLUGIN
static HPLUGIN Bass.BASS_PluginLoad(java.lang.String file, int flags)
           
 

Methods in org.jouvieje.bass with parameters of type HPLUGIN
static boolean Bass.BASS_PluginFree(HPLUGIN handle)
           
static BASS_PLUGININFO Bass.BASS_PluginGetInfo(HPLUGIN handle)
           
 

Uses of HPLUGIN in org.jouvieje.bass.structures
 

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

Methods in org.jouvieje.bass.structures with parameters of type HPLUGIN
 void BASS_CHANNELINFO.setPlugin(HPLUGIN plugin)
           
 



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)