Version
menu_open
link

include/AK/Plugin/AkTimeStretchFXFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
00004 //
00006 
00007 // AkTimeStretchFXFactory.h
00008 
00013 
00014 #ifndef _AK_TIMESTRETCHFACTORY_H_
00015 #define _AK_TIMESTRETCHFACTORY_H_
00016 
00017 #include <AK/SoundEngine/Common/IAkPlugin.h>
00018 
00025 const unsigned long AKEFFECTID_TIMESTRETCH = 130;
00026 
00028 AK_FUNC( AK::IAkPluginParam *, CreateTimeStretchFXParams )(
00029     AK::IAkPluginMemAlloc * in_pAllocator           
00030     );
00031 
00033 AK_FUNC( AK::IAkPlugin*, CreateTimeStretchFX )(
00034     AK::IAkPluginMemAlloc * in_pAllocator           
00035     );
00036 
00037 /*
00038 Use the following code to register your plug-in
00039 
00040 AK::SoundEngine::RegisterPlugin( AkPluginTypeEffect, 
00041                                  AKCOMPANYID_AUDIOKINETIC, 
00042                                  AKEFFECTID_TIMESTRETCH,
00043                                  CreateTimeStretchFX,
00044                                  CreateTimeStretchFXParams );
00045 */
00046 
00047 #endif // _AK_TIMESTRETCHFACTORY_H_
00048 

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise