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
 com.threerings.openal.ClipProvider getClipProvider()
          Returns a reference to the clip provider.
 ConfigManager getConfigManager()
          Returns a reference to the configuration manager.
 com.threerings.resource.ResourceManager getResourceManager()
          Returns a reference to the resource manager.
 DynamicScope getScope()
          Returns a reference to the scope.
 com.threerings.openal.SoundManager getSoundManager()
          Returns a reference to the sound manager.
 

Method Detail

getScope

DynamicScope getScope()
Returns a reference to the scope.


getResourceManager

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


getConfigManager

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


getSoundManager

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


getClipProvider

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



Copyright © 2011. All Rights Reserved.