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

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

Uses of BASS_DEVICEINFO in org.jouvieje.bass
 

Methods in org.jouvieje.bass with parameters of type BASS_DEVICEINFO
static boolean Bass.BASS_GetDeviceInfo(int device, BASS_DEVICEINFO info)
           
static boolean Bass.BASS_RecordGetDeviceInfo(int device, BASS_DEVICEINFO info)
           
 

Uses of BASS_DEVICEINFO in org.jouvieje.bass.structures
 

Methods in org.jouvieje.bass.structures that return BASS_DEVICEINFO
static BASS_DEVICEINFO BASS_DEVICEINFO.createView(Pointer pointer)
          Create a view of the Pointer object as a BASS_DEVICEINFO object.
static BASS_DEVICEINFO BASS_DEVICEINFO.create()
          Create a new BASS_DEVICEINFO.
 



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)