|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquentinc.audio.Clip
quentinc.audio.Sample
quentinc.audio.Stream
public class Stream
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 |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||