org.jouvieje.bass.enumerations
Class BASS_FX_DX8

java.lang.Object
  extended byorg.jouvieje.bass.enumerations.BASS_FX_DX8
All Implemented Interfaces:
java.lang.Comparable, org.jouvieje.bass.enumerations.Enumeration

public class BASS_FX_DX8
extends java.lang.Object
implements org.jouvieje.bass.enumerations.Enumeration, java.lang.Comparable

DX8 effect types, use with BASS_ChannelSetFX [NAME] BASS_FX_DX8


Field Summary
static BASS_FX_DX8 BASS_FX_DX8_CHORUS
           
static BASS_FX_DX8 BASS_FX_DX8_COMPRESSOR
           
static BASS_FX_DX8 BASS_FX_DX8_DISTORTION
           
static BASS_FX_DX8 BASS_FX_DX8_ECHO
           
static BASS_FX_DX8 BASS_FX_DX8_FLANGER
           
static BASS_FX_DX8 BASS_FX_DX8_GARGLE
           
static BASS_FX_DX8 BASS_FX_DX8_I3DL2REVERB
           
static BASS_FX_DX8 BASS_FX_DX8_PARAMEQ
           
static BASS_FX_DX8 BASS_FX_DX8_REVERB
           
 
Method Summary
 int asInt()
           
 int compareTo(java.lang.Object object)
           
 boolean equals(java.lang.Object object)
           
static BASS_FX_DX8 get(int nativeValue)
          Retrieve a BASS_FX_DX8 enum field with his integer value
static BASS_FX_DX8 get(Pointer pointer)
          Retrieve a BASS_FX_DX8 enum field from a Pointer
static java.util.Iterator iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BASS_FX_DX8_CHORUS

public static final BASS_FX_DX8 BASS_FX_DX8_CHORUS

BASS_FX_DX8_COMPRESSOR

public static final BASS_FX_DX8 BASS_FX_DX8_COMPRESSOR

BASS_FX_DX8_DISTORTION

public static final BASS_FX_DX8 BASS_FX_DX8_DISTORTION

BASS_FX_DX8_ECHO

public static final BASS_FX_DX8 BASS_FX_DX8_ECHO

BASS_FX_DX8_FLANGER

public static final BASS_FX_DX8 BASS_FX_DX8_FLANGER

BASS_FX_DX8_GARGLE

public static final BASS_FX_DX8 BASS_FX_DX8_GARGLE

BASS_FX_DX8_I3DL2REVERB

public static final BASS_FX_DX8 BASS_FX_DX8_I3DL2REVERB

BASS_FX_DX8_PARAMEQ

public static final BASS_FX_DX8 BASS_FX_DX8_PARAMEQ

BASS_FX_DX8_REVERB

public static final BASS_FX_DX8 BASS_FX_DX8_REVERB
Method Detail

asInt

public int asInt()
Specified by:
asInt in interface org.jouvieje.bass.enumerations.Enumeration
Returns:
the integer value of the enumeration constant.

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable

get

public static BASS_FX_DX8 get(int nativeValue)
Retrieve a BASS_FX_DX8 enum field with his integer value

Parameters:
nativeValue - the integer value of the field to retrieve
Returns:
the BASS_FX_DX8 enum field that correspond to the integer value

get

public static BASS_FX_DX8 get(Pointer pointer)
Retrieve a BASS_FX_DX8 enum field from a Pointer

Parameters:
pointer - a pointer holding an BASS_FX_DX8 enum field
Returns:
the BASS_FX_DX8 enum field that correspond to the enum field in the pointer

iterator

public static java.util.Iterator iterator()
Returns:
an Iterator over the elements in this enumeration.
Can be cast to Iterator in Java 1.5.


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)