org.mechio.api.audio.config
Class WavPlayerLoader

java.lang.Object
  extended by org.mechio.api.audio.config.WavPlayerLoader

public class WavPlayerLoader
extends Object

Author:
Matthew Stevenson

Constructor Summary
WavPlayerLoader()
           
 
Method Summary
static WavPlayer loadPlayer(WavPlayerConfig conf)
           
static org.osgi.framework.ServiceRegistration registerWavPlayer(org.osgi.framework.BundleContext context, WavPlayer player, Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WavPlayerLoader

public WavPlayerLoader()
Method Detail

registerWavPlayer

public static org.osgi.framework.ServiceRegistration registerWavPlayer(org.osgi.framework.BundleContext context,
                                                                       WavPlayer player,
                                                                       Properties props)

loadPlayer

public static WavPlayer loadPlayer(WavPlayerConfig conf)
                            throws Exception
Throws:
Exception


Copyright © 2011-2015. All Rights Reserved.