quentinc.audio
Class Stream

java.lang.Object
  extended by quentinc.audio.Clip
      extended by quentinc.audio.Sample
          extended by quentinc.audio.Stream

public class Stream
extends Sample

A stream is an audio clip which is not totally loaded on memory but read just as needed. There is less memory overhead, but more CPU time. It is designed to handle large sounds which have to be decompressed or which last for a long time. A stream cannot be played more than once in the same time.


Method Summary
 
Methods inherited from class quentinc.audio.Sample
close, getDuration, getDurationInFrames, getReferenceDistance, setReferenceDistance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait