LV2::FixedP2BufSize< Required > Struct Template Reference
[Plugin mixins]
#include <lv2plugin.hpp>
Detailed Description
template<bool Required = true>
struct LV2::FixedP2BufSize< Required >
The fixed power-of-2 buffer size extension. This works just like
FixedBufSize with the additional requirement that the buffer size must be a power of 2.
The actual type that your plugin class will inherit when you use this mixin is the internal struct template I.
The documentation for this struct was generated from the following file: