org.jouvieje.bass.defines
Interface INIT_MODES


public interface INIT_MODES


Field Summary
static int INIT_BASS
          Init mode for loading all things requiered by BASS.
static int INIT_BASS_MINIMUM
          Init mode for loading the minimum requiered by BASS.
static int INIT_DEFAULT
          Default initializing mode.
 

Field Detail

INIT_DEFAULT

public static final int INIT_DEFAULT
Default initializing mode.
This is equivalent to INIT_BASS

See Also:
Constant Field Values

INIT_BASS

public static final int INIT_BASS
Init mode for loading all things requiered by BASS.

See Also:
Constant Field Values

INIT_BASS_MINIMUM

public static final int INIT_BASS_MINIMUM
Init mode for loading the minimum requiered by BASS.
Remark : Choose this mode only if you don't need Callbacks.

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)