com.threerings.openal.config
Class SounderConfig.BaseClip

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.openal.config.SounderConfig.Implementation
          extended by com.threerings.openal.config.SounderConfig.Original
              extended by com.threerings.openal.config.SounderConfig.Fixed
                  extended by com.threerings.openal.config.SounderConfig.BaseClip
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
SounderConfig.Clip, SounderConfig.MetaClip
Enclosing class:
SounderConfig

public abstract static class SounderConfig.BaseClip
extends SounderConfig.Fixed

Base class for SounderConfig.BaseClip and SounderConfig.MetaClip.


Field Summary
 boolean loop
          Whether or not the sound loops.
 
Fields inherited from class com.threerings.openal.config.SounderConfig.Fixed
gain, pitch
 
Fields inherited from class com.threerings.openal.config.SounderConfig.Original
coneInnerAngle, coneOuterAngle, coneOuterGain, directional, maxDistance, maxGain, minGain, referenceDistance, rolloffFactor, sourceRelative
 
Constructor Summary
SounderConfig.BaseClip()
           
 
Method Summary
 
Methods inherited from class com.threerings.openal.config.SounderConfig.Fixed
getGain, getPitch
 
Methods inherited from class com.threerings.openal.config.SounderConfig.Implementation
getSounderImplementation, getUpdateReferences, getUpdateResources, invalidate
 
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

loop

@Editable(weight=-3.0,
          hgroup="f")
public boolean loop
Whether or not the sound loops.

Constructor Detail

SounderConfig.BaseClip

public SounderConfig.BaseClip()


Copyright © 2011. All Rights Reserved.