@EditorMessageBundle(value="editor.openal")

Package com.threerings.openal.config

OpenAL configurations.

See:
          Description

Class Summary
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.Clip Plays a sound clip.
SounderConfig.ComponentSounder A component sounder within a compound.
SounderConfig.Compound Plays multiple sounders simultaneously.
SounderConfig.Conditional Plays the first sounder whose condition evaluates to true.
SounderConfig.Derived A derived implementation.
SounderConfig.Fixed An original config with fixed fields.
SounderConfig.Implementation Contains the actual implementation of the sounder.
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.PitchWeightedFile A weighted file with a pitch multiplier.
SounderConfig.QueuedFile Represents a file to enqueue in the stream.
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.TimedSounder A sounder to play at a specific time.
SounderConfig.Variable An original config with variable fields.
SounderConfig.VariableClip Plays a clip with variable parameters.
SounderConfig.WeightedFile Combines a file to enqueue .
SounderConfig.WeightedSounder A component sounder within a compound.
 

Package com.threerings.openal.config Description

OpenAL configurations.



Copyright © 2011. All Rights Reserved.