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

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.
 



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)