版本
menu_open
link

include/AK/Plugin/iZTrashFiltersFXFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2012 iZotope Inc. / All Rights Reserved
00004 //
00006 
00007 // iZTrashFiltersFXFactory.h
00008 
00013 
00014 #ifndef _AK_TRASHFILTERSFXFACTORY_H_
00015 #define _AK_TRASHFILTERSFXFACTORY_H_
00016 
00017 #include <AK/SoundEngine/Common/IAkPlugin.h>
00018 
00025 const unsigned long IZEFFECTID_TRASHFILTERS = 6;
00026 
00028 AK_FUNC( AK::IAkPluginParam *, CreateTrashFiltersFXParams )(
00029     AK::IAkPluginMemAlloc * in_pAllocator           
00030     );
00031 
00033 AK_FUNC( AK::IAkPlugin*, CreateTrashFiltersFX )(
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_IZOTOPE, 
00042                                  IZEFFECTID_TRASHFILTERS,
00043                                  CreateTrashFiltersFX,
00044                                  CreateTrashFiltersFXParams );
00045 */
00046 
00047 #endif
00048 

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅