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

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

Uses of HSAMPLE in org.jouvieje.bass
 

Methods in org.jouvieje.bass that return HSAMPLE
static HSAMPLE Bass.BASS_SampleLoad(boolean mem, Pointer file, long offset, int length, int max, int flags)
           
static HSAMPLE Bass.BASS_SampleLoad(boolean mem, java.lang.String file, long offset, int length, int max, int flags)
           
static HSAMPLE Bass.BASS_SampleCreate(int length, int freq, int chans, int max, int flags)
           
 

Methods in org.jouvieje.bass with parameters of type HSAMPLE
static boolean Bass.BASS_SampleFree(HSAMPLE handle)
           
static boolean Bass.BASS_SampleSetData(HSAMPLE handle, Pointer buffer)
           
static boolean Bass.BASS_SampleGetData(HSAMPLE handle, Pointer buffer)
           
static boolean Bass.BASS_SampleGetInfo(HSAMPLE handle, java.nio.IntBuffer info)
           
static boolean Bass.BASS_SampleSetInfo(HSAMPLE handle, java.nio.IntBuffer info)
           
static HCHANNEL Bass.BASS_SampleGetChannel(HSAMPLE handle, boolean onlynew)
           
static int Bass.BASS_SampleGetChannels(HSAMPLE handle, HCHANNEL[] channels)
           
static boolean Bass.BASS_SampleStop(HSAMPLE handle)
           
 

Uses of HSAMPLE in org.jouvieje.bass.structures
 

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

Methods in org.jouvieje.bass.structures with parameters of type HSAMPLE
 void BASS_CHANNELINFO.setSample(HSAMPLE sample)
           
 



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)