org.jouvieje.bass.defines
Interface VERSIONS


public interface VERSIONS


Field Summary
static int BASSVERSION
          BASS version.
static int NATIVEBASS_JAR_VERSION
          NativeBass jar version.
static int NATIVEBASS_LIBRARY_VERSION
          NativeBass library version.
 

Field Detail

BASSVERSION

public static final int BASSVERSION
BASS version.


NATIVEBASS_JAR_VERSION

public static final int NATIVEBASS_JAR_VERSION
NativeBass jar version.
0xaaaabbcc -> aaaa = major version number. bb = minor version number. cc = development version number.

Warning :
NativeBass & BASS have different versions !


NATIVEBASS_LIBRARY_VERSION

public static final int NATIVEBASS_LIBRARY_VERSION
NativeBass library version.
0xaaaabbcc -> aaaa = major version number. bb = minor version number. cc = development version number.

Warning :
NativeBass & BASS have different versions !



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)