com.threerings.openal
Class URLStream.QueuedURL

java.lang.Object
  extended by 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.
 
Constructor Summary
URLStream.QueuedURL(URL url, boolean loop)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

URLStream.QueuedURL

public URLStream.QueuedURL(URL url,
                           boolean loop)