Version
menu_open
link

include/AK/Plugin/AkSineSourceFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
00004 //
00006 
00007 // AkSineSourceFactory.h
00008 
00013 
00014 #ifndef _AK_SINESOURCEFACTORY_H_
00015 #define _AK_SINESOURCEFACTORY_H_
00016 
00017 #include <AK/SoundEngine/Common/IAkPlugin.h>
00018 
00022 const AkUInt32 AKSOURCEID_SINE = 100;
00023 
00025 AK_FUNC( AK::IAkPluginParam *, CreateSineSourceParams )(
00026     AK::IAkPluginMemAlloc * in_pAllocator           
00027     );
00028 
00030 AK_FUNC( AK::IAkPlugin*, CreateSineSource )(
00031     AK::IAkPluginMemAlloc * in_pAllocator           
00032     );
00033 
00034 /*
00035 Use the following code to register your plug-in
00036 
00037 AK::SoundEngine::RegisterPlugin( AkPluginTypeSource, 
00038                                  AKCOMPANYID_AUDIOKINETIC, 
00039                                  AKSOURCEID_SINE,
00040                                  CreateSineSource,
00041                                  CreateSineSourceParams );
00042 */
00043 
00044 #endif // _AK_SINESOURCEFACTORY_H_

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