com.threerings.openal.config
Class SounderConfig.QueuedFile

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.openal.config.SounderConfig.QueuedFile
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
SounderConfig

public static class SounderConfig.QueuedFile
extends DeepObject
implements Exportable

Represents a file to enqueue in the stream.


Field Summary
 String file
          The file to stream.
 boolean loop
          Whether or not to loop the file.
 
Constructor Summary
SounderConfig.QueuedFile()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

file

@Editable(editor="resource",
          nullable=true,
          hgroup="f")
@FileConstraints(description="m.sound_files_desc",
                 extensions=".ogg",
                 directory="sound_dir")
public String file
The file to stream.


loop

@Editable(hgroup="f")
public boolean loop
Whether or not to loop the file.

Constructor Detail

SounderConfig.QueuedFile

public SounderConfig.QueuedFile()


Copyright © 2011. All Rights Reserved.