Uses of Package
com.threerings.openal.config

Packages that use com.threerings.openal.config
com.threerings.openal   
com.threerings.openal.config OpenAL configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.scene.config Scene configurations. 
 

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

Classes in com.threerings.openal.config used by com.threerings.openal.config
SounderConfig
          The configuration of a sounder.
SounderConfig.BaseClip
          Base class for SounderConfig.BaseClip and SounderConfig.MetaClip.
SounderConfig.BaseStream
          Base class for SounderConfig.BaseStream and SounderConfig.MetaStream.
SounderConfig.Case
          A case within a conditional sounder
SounderConfig.ComponentSounder
          A component sounder within a compound.
SounderConfig.Fixed
          An original config with fixed fields.
SounderConfig.Implementation
          Contains the actual implementation of the sounder.
SounderConfig.Original
          The superclass of the implementations describing an original sounder, as opposed to one derived from another configuration.
SounderConfig.PitchWeightedFile
          A weighted file with a pitch multiplier.
SounderConfig.QueuedFile
          Represents a file to enqueue in the stream.
SounderConfig.TimedSounder
          A sounder to play at a specific time.
SounderConfig.Variable
          An original config with variable fields.
SounderConfig.WeightedFile
          Combines a file to enqueue .
SounderConfig.WeightedSounder
          A component sounder within a compound.
 

Classes in com.threerings.openal.config used by com.threerings.opengl.model.config
SounderConfig
          The configuration of a sounder.
 

Classes in com.threerings.openal.config used by com.threerings.opengl.scene.config
SounderConfig
          The configuration of a sounder.
 



Copyright © 2011. All Rights Reserved.