sdljava.audio
Class SDLAudio
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SDLAudio
public SDLAudio()