com.threerings.openal.config
Class SounderConfig.QueuedFile
java.lang.Object
com.threerings.util.DeepObject
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. |
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.
SounderConfig.QueuedFile
public SounderConfig.QueuedFile()
Copyright © 2011. All Rights Reserved.