org.robokind.api.audio.config
Class WavPlayerServiceFactory
java.lang.Object
org.robokind.api.audio.config.WavPlayerServiceFactory
- All Implemented Interfaces:
- ServiceFactory<WavPlayer,WavPlayerConfig>
public class WavPlayerServiceFactory
- extends Object
- implements ServiceFactory<WavPlayer,WavPlayerConfig>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WavPlayerServiceFactory
public WavPlayerServiceFactory()
getServiceVersion
public VersionProperty getServiceVersion()
- Specified by:
getServiceVersion in interface ServiceFactory<WavPlayer,WavPlayerConfig>
build
public WavPlayer build(WavPlayerConfig config)
throws Exception
- Specified by:
build in interface ServiceFactory<WavPlayer,WavPlayerConfig>
- Throws:
Exception
getServiceClass
public Class<WavPlayer> getServiceClass()
- Specified by:
getServiceClass in interface ServiceFactory<WavPlayer,WavPlayerConfig>
getConfigurationClass
public Class<WavPlayerConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in interface ServiceFactory<WavPlayer,WavPlayerConfig>
Copyright © 2011-2012. All Rights Reserved.