org.jouvieje.bass.defines
Interface BASS_SAMPLE


public interface BASS_SAMPLE

[NAME] BASS_SAMPLE


Field Summary
static int BASS_SAMPLE_3D
          3D functionality
static int BASS_SAMPLE_8BITS
          8 bit
static int BASS_SAMPLE_FLOAT
          32-bit floating-point
static int BASS_SAMPLE_FX
          old implementation of DX8 effects
static int BASS_SAMPLE_LOOP
          looped
static int BASS_SAMPLE_MONO
          mono
static int BASS_SAMPLE_MUTEMAX
          mute at max distance (3D only)
static int BASS_SAMPLE_OVER_DIST
          override furthest from listener (3D only)
static int BASS_SAMPLE_OVER_POS
          override longest playing
static int BASS_SAMPLE_OVER_VOL
          override lowest volume
static int BASS_SAMPLE_SOFTWARE
          not using hardware mixing
static int BASS_SAMPLE_VAM
          DX7 voice allocation & management
 

Field Detail

BASS_SAMPLE_8BITS

public static final int BASS_SAMPLE_8BITS
8 bit

See Also:
Constant Field Values

BASS_SAMPLE_FLOAT

public static final int BASS_SAMPLE_FLOAT
32-bit floating-point

See Also:
Constant Field Values

BASS_SAMPLE_MONO

public static final int BASS_SAMPLE_MONO
mono

See Also:
Constant Field Values

BASS_SAMPLE_LOOP

public static final int BASS_SAMPLE_LOOP
looped

See Also:
Constant Field Values

BASS_SAMPLE_3D

public static final int BASS_SAMPLE_3D
3D functionality

See Also:
Constant Field Values

BASS_SAMPLE_SOFTWARE

public static final int BASS_SAMPLE_SOFTWARE
not using hardware mixing

See Also:
Constant Field Values

BASS_SAMPLE_MUTEMAX

public static final int BASS_SAMPLE_MUTEMAX
mute at max distance (3D only)

See Also:
Constant Field Values

BASS_SAMPLE_VAM

public static final int BASS_SAMPLE_VAM
DX7 voice allocation & management

See Also:
Constant Field Values

BASS_SAMPLE_FX

public static final int BASS_SAMPLE_FX
old implementation of DX8 effects

See Also:
Constant Field Values

BASS_SAMPLE_OVER_VOL

public static final int BASS_SAMPLE_OVER_VOL
override lowest volume

See Also:
Constant Field Values

BASS_SAMPLE_OVER_POS

public static final int BASS_SAMPLE_OVER_POS
override longest playing

See Also:
Constant Field Values

BASS_SAMPLE_OVER_DIST

public static final int BASS_SAMPLE_OVER_DIST
override furthest from listener (3D only)

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)