sdljava.audio
Class SDLAudio

java.lang.Object
  extended by sdljava.audio.SDLAudio

public class SDLAudio
extends java.lang.Object

Interface to the SDL Audio subsystem. Please use SDLMixer instead of this package.

Version:
$Id: SDLAudio.java,v 1.10 2004/12/29 19:11:52 ivan_ganza Exp $

Field Summary
static int AUDIO_S16
           
static int AUDIO_S16LSB
           
static int AUDIO_S16MSB
           
static int AUDIO_S16SYS
           
static int AUDIO_S8
           
static int AUDIO_U16
           
static int AUDIO_U16LSB
           
static int AUDIO_U16MSB
           
static int AUDIO_U16SYS
           
static int AUDIO_U8
           
 
Constructor Summary
SDLAudio()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUDIO_U8

public static final int AUDIO_U8
See Also:
Constant Field Values

AUDIO_S8

public static final int AUDIO_S8
See Also:
Constant Field Values

AUDIO_U16LSB

public static final int AUDIO_U16LSB
See Also:
Constant Field Values

AUDIO_S16LSB

public static final int AUDIO_S16LSB
See Also:
Constant Field Values

AUDIO_U16MSB

public static final int AUDIO_U16MSB
See Also:
Constant Field Values

AUDIO_S16MSB

public static final int AUDIO_S16MSB
See Also:
Constant Field Values

AUDIO_U16

public static final int AUDIO_U16
See Also:
Constant Field Values

AUDIO_S16

public static final int AUDIO_S16
See Also:
Constant Field Values

AUDIO_S16SYS

public static final int AUDIO_S16SYS
See Also:
Constant Field Values

AUDIO_U16SYS

public static final int AUDIO_U16SYS
See Also:
Constant Field Values
Constructor Detail

SDLAudio

public SDLAudio()