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

List of all members.

Public Member Functions

AudioSource createAudioSource (final Sound _sound)

Member Function Documentation

Creates an AudioSource which can be to manipulate a Sound buffer. An AudioSource can be created multiple times and use the same Sound buffer.

Implemented in com.linxonline.mallet.audio.alsa.ALSASourceGenerator.


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