comparison vamp-sdk/Plugin.h @ 76:6683f99107cf

* Use m_impl structure for PluginAdapter as well * Doc updates
author cannam
date Thu, 07 Jun 2007 14:15:24 +0000
parents 64d45f526afc
children 6bf198e06d72
comparison
equal deleted inserted replaced
75:0f8524203677 76:6683f99107cf
45 #include <map> 45 #include <map>
46 46
47 namespace Vamp { 47 namespace Vamp {
48 48
49 /** 49 /**
50 * \class Plugin Plugin.h <vamp-sdk/Plugin.h>
51 *
50 * Vamp::Plugin is a base class for plugin instance classes 52 * Vamp::Plugin is a base class for plugin instance classes
51 * that provide feature extraction from audio or related data. 53 * that provide feature extraction from audio or related data.
52 * 54 *
53 * In most cases, the input will be audio and the output will be a 55 * In most cases, the input will be audio and the output will be a
54 * stream of derived data at a lower sampling resolution than the 56 * stream of derived data at a lower sampling resolution than the