Uses of Class
com.threerings.openal.config.SounderConfig.Implementation

Packages that use SounderConfig.Implementation
com.threerings.openal.config OpenAL configurations. 
 

Uses of SounderConfig.Implementation in com.threerings.openal.config
 

Subclasses of SounderConfig.Implementation in com.threerings.openal.config
static class SounderConfig.BaseClip
          Base class for SounderConfig.BaseClip and SounderConfig.MetaClip.
static class SounderConfig.BaseStream
          Base class for SounderConfig.BaseStream and SounderConfig.MetaStream.
static class SounderConfig.Clip
          Plays a sound clip.
static class SounderConfig.Compound
          Plays multiple sounders simultaneously.
static class SounderConfig.Conditional
          Plays the first sounder whose condition evaluates to true.
static class SounderConfig.Derived
          A derived implementation.
static class SounderConfig.Fixed
          An original config with fixed fields.
static class SounderConfig.MetaClip
          Plays a randomly selected clip.
static class SounderConfig.MetaStream
          Selects between a number of substreams.
static class SounderConfig.Original
          The superclass of the implementations describing an original sounder, as opposed to one derived from another configuration.
static class SounderConfig.Random
          Plays a randomly selected sub-sounder.
static class SounderConfig.Scripted
          Plays a scripted sequence of sounders.
static class SounderConfig.Sequential
          Plays multiple sounders in sequence.
static class SounderConfig.Stream
          Plays a sound stream.
static class SounderConfig.Variable
          An original config with variable fields.
static class SounderConfig.VariableClip
          Plays a clip with variable parameters.
 

Fields in com.threerings.openal.config declared as SounderConfig.Implementation
 SounderConfig.Implementation SounderConfig.implementation
          The actual sound implementation.
 



Copyright © 2011. All Rights Reserved.