Uses of Class
com.threerings.openal.Sounder.Implementation

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

Uses of Sounder.Implementation in com.threerings.openal
 

Subclasses of Sounder.Implementation in com.threerings.openal
static class Sounder.BaseClip
          Base class for Sounder.BaseClip, Sounder.MetaClip, and Sounder.VariableClip.
static class Sounder.BaseStream
          Base class for Sounder.BaseStream and Sounder.MetaStream.
static class Sounder.Clip
          Plays a sound clip.
static class Sounder.Compound
          Plays several sub-sounders at once.
static class Sounder.Conditional
          Plays the first sounder whose condition evaluates to true.
static class Sounder.MetaClip
          Plays a randomly selected clip.
static class Sounder.MetaStream
          Selects from a number of streams.
static class Sounder.Random
          Plays the first sounder whose condition evaluates to true.
static class Sounder.Scripted
          Plays a scripted sequence of sounders.
static class Sounder.Sequential
          Plays multiple sub-sounders in sequence.
static class Sounder.Stream
          Plays a sound stream.
static class Sounder.VariableClip
          Plays a clip with variable parameters.
 

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

Methods in com.threerings.openal.config that return Sounder.Implementation
 Sounder.Implementation SounderConfig.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates sounder implementation for this configuration.
abstract  Sounder.Implementation SounderConfig.Implementation.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates a sounder implementation for this configuration.
 Sounder.Implementation SounderConfig.Clip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.VariableClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Stream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaStream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Conditional.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Compound.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Sequential.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Scripted.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Random.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Derived.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 

Methods in com.threerings.openal.config with parameters of type Sounder.Implementation
 Sounder.Implementation SounderConfig.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates sounder implementation for this configuration.
abstract  Sounder.Implementation SounderConfig.Implementation.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates a sounder implementation for this configuration.
 Sounder.Implementation SounderConfig.Clip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.VariableClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Stream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaStream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Conditional.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Compound.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Sequential.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Scripted.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Random.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Derived.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.