org.jouvieje.bass.defines
Interface PLATFORMS


public interface PLATFORMS

Enumeration of platforms supported by BASS.
For the moment, you can use NativeBass only under Win32.

Would you like a support for another platform ?
Contact me for this ...


Field Summary
static int LINUX
           
static int LINUX64
           
static int MAC
           
static int WIN32
           
static int WIN64
           
 

Field Detail

WIN32

public static final int WIN32
See Also:
Constant Field Values

WIN64

public static final int WIN64
See Also:
Constant Field Values

LINUX

public static final int LINUX
See Also:
Constant Field Values

LINUX64

public static final int LINUX64
See Also:
Constant Field Values

MAC

public static final int MAC
See Also:
Constant Field Values


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)