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

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

Uses of HCHANNEL in org.jouvieje.bass
 

Methods in org.jouvieje.bass that return HCHANNEL
static HCHANNEL Bass.BASS_SampleGetChannel(HSAMPLE handle, boolean onlynew)
           
 

Methods in org.jouvieje.bass with parameters of type HCHANNEL
static int Bass.BASS_SampleGetChannels(HSAMPLE handle, HCHANNEL[] channels)
           
 

Uses of HCHANNEL in org.jouvieje.bass.structures
 

Methods in org.jouvieje.bass.structures that return HCHANNEL
static HCHANNEL HCHANNEL.createView(Pointer pointer)
          Create a view of the Pointer object as a HCHANNEL object.
static HCHANNEL[] HCHANNEL.create(int length)
          Create and initialize a new HCHANNEL[].
 



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)