|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquentinc.audio.Clip
public abstract class Clip
Base class for all audio clips.
| Method Summary | |
|---|---|
void |
close()
Close the clip and release all associated resources. |
abstract float |
getDuration()
Get the duration of this clip in seconds. -1 = not known. |
abstract int |
getDurationInFrames()
Get the duration of this clip in frames. -1 = not known. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract int getDurationInFrames()
public abstract float getDuration()
public void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||