#include <lv2plugin.hpp>
Static Public Member Functions | |
static void | map_feature_handlers (FeatureHandlerMap &hmap) |
Protected Member Functions | |
uint32_t | get_buffer_size () const |
sample_count
parameter, which will be equal to the uint32_t variable pointed to by the data pointer for this feature. static void LV2::FixedExt< Derived, Required >::map_feature_handlers | ( | FeatureHandlerMap & | hmap | ) | [inline, static] |
Default implementation does nothing - no handlers added.
Reimplemented from LV2::Extension< Required >.
uint32_t LV2::FixedExt< Derived, Required >::get_buffer_size | ( | ) | const [inline, protected] |
This returns the buffer size that the host has promised to use. If the host does not support this extension this function will return 0.