Uses of Class
org.newdawn.slick.openal.AiffData

Packages that use AiffData
org.newdawn.slick.openal This package contains the nitty gritty sound manipulation code for using OpenAL with standard audio formats. 
 

Uses of AiffData in org.newdawn.slick.openal
 

Methods in org.newdawn.slick.openal that return AiffData
static AiffData AiffData.create(javax.sound.sampled.AudioInputStream ais)
          Creates a AiffData container from the specified stream
static AiffData AiffData.create(javax.sound.sampled.AudioInputStream ais)
          Creates a AiffData container from the specified stream
static AiffData AiffData.create(byte[] buffer)
          Creates a AiffData container from the specified bytes
static AiffData AiffData.create(byte[] buffer)
          Creates a AiffData container from the specified bytes
static AiffData AiffData.create(java.nio.ByteBuffer buffer)
          Creates a AiffData container from the specified ByetBuffer.
static AiffData AiffData.create(java.nio.ByteBuffer buffer)
          Creates a AiffData container from the specified ByetBuffer.
static AiffData AiffData.create(java.io.InputStream is)
          Creates a AiffData container from the specified inputstream
static AiffData AiffData.create(java.io.InputStream is)
          Creates a AiffData container from the specified inputstream
static AiffData AiffData.create(java.lang.String path)
          Creates a AiffData container from the specified in the classpath
static AiffData AiffData.create(java.lang.String path)
          Creates a AiffData container from the specified in the classpath
static AiffData AiffData.create(java.net.URL path)
          Creates a AiffData container from the specified url
static AiffData AiffData.create(java.net.URL path)
          Creates a AiffData container from the specified url
 



Copyright © 2006 New Dawn Software. All Rights Reserved.