Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Static Public Attributes
com.linxonline.mallet.audio.ModifyAudio Class Reference

List of all members.

Static Public Attributes

static final int PLAY = 10
static final int STOP = 20
static final int PAUSE = 30
static final int LOOP_CONTINUOSLY = 40
static final int LOOP_SET = 50
static final int ADD_PLAYBACK = 60
static final int REMOVE_PLAYBACK = 70

Detailed Description

Defines what a Developer can do to modify the AudioSource. Further features like GAIN, PITCH, POSITION, will be soon.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables