com.threerings.openal.config
Class SounderConfig.BaseStream
java.lang.Object
com.threerings.util.DeepObject
com.threerings.openal.config.SounderConfig.Implementation
com.threerings.openal.config.SounderConfig.Original
com.threerings.openal.config.SounderConfig.Fixed
com.threerings.openal.config.SounderConfig.BaseStream
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- SounderConfig.MetaStream, SounderConfig.Stream
- Enclosing class:
- SounderConfig
public abstract static class SounderConfig.BaseStream
- extends SounderConfig.Fixed
Base class for SounderConfig.BaseStream and SounderConfig.MetaStream.
|
Field Summary |
boolean |
attenuate
Whether to attenuate based on distance (used to provide
pseudo-spatialization for stereo streams). |
float |
fadeIn
The interval over which to fade in the stream. |
float |
fadeOut
The interval over which to fade out the stream. |
boolean |
push
Wether we push onto the stack. |
String |
stack
The stack this stream is on. |
fadeIn
@Editable(min=0.0,
step=0.01,
hgroup="f")
public float fadeIn
- The interval over which to fade in the stream.
fadeOut
@Editable(min=0.0,
step=0.01,
hgroup="f")
public float fadeOut
- The interval over which to fade out the stream.
stack
@Editable(hgroup="s")
public String stack
- The stack this stream is on.
push
@Editable(hgroup="s")
public boolean push
- Wether we push onto the stack.
attenuate
@Editable
public boolean attenuate
- Whether to attenuate based on distance (used to provide
pseudo-spatialization for stereo streams).
SounderConfig.BaseStream
public SounderConfig.BaseStream()
Copyright © 2011. All Rights Reserved.