com.threerings.openal.util
Interface AlContext

All Known Subinterfaces:
GlContext, TudeyContext
All Known Implementing Classes:
GlApp, GlCanvasApp, GlCanvasTool, GlContextWrapper, GlDisplayApp, InterfaceTester, ModelTool, ModelViewer, ParticleEditor, SceneEditor, TudeyTool

public interface AlContext

Provides access to the OpenAL bits.


Method Summary
 ClipProvider getClipProvider()
          Returns a reference to the clip provider.
 ConfigManager getConfigManager()
          Returns a reference to the configuration manager.
 ResourceManager getResourceManager()
          Returns a reference to the resource manager.
 DynamicScope getScope()
          Returns a reference to the scope.
 SoundManager getSoundManager()
          Returns a reference to the sound manager.
 

Method Detail

getScope

DynamicScope getScope()
Returns a reference to the scope.


getResourceManager

ResourceManager getResourceManager()
Returns a reference to the resource manager.


getConfigManager

ConfigManager getConfigManager()
Returns a reference to the configuration manager.


getSoundManager

SoundManager getSoundManager()
Returns a reference to the sound manager.


getClipProvider

ClipProvider getClipProvider()
Returns a reference to the clip provider.