Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions
com.linxonline.mallet.audio.AudioSource Interface Reference
Inheritance diagram for com.linxonline.mallet.audio.AudioSource:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void play ()
void pause ()
void playLoop ()
void stop ()
boolean isPlaying ()
float getCurrentTime ()
float getDuration ()
void destroySource ()

Detailed Description

Defines what the AudioSystem can do to a sound.


Member Function Documentation


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