com.threerings.openal
Class URLStream.QueuedURL
java.lang.Object
com.threerings.openal.URLStream.QueuedURL
- Enclosing class:
- URLStream
protected class URLStream.QueuedURL
- extends Object
A URL queued for play.
|
Field Summary |
boolean |
loop
Whether or not to play the URL in a loop when there's nothing
in the queue. |
URL |
url
The URL of the file to play. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public URL url
- The URL of the file to play.
loop
public boolean loop
- Whether or not to play the URL in a loop when there's nothing
in the queue.
URLStream.QueuedURL
public URLStream.QueuedURL(URL url,
boolean loop)