rt-vamp-plugin-sdk  0.3.1
Real-time Vamp plugin SDK for C++20
Public Attributes | List of all members
rtvamp::hostsdk::Plugin::ParameterDescriptor Struct Reference

#include <rtvamp/hostsdk/Plugin.hpp>

Public Attributes

std::string_view identifier
 
std::string_view name
 
std::string_view description
 
std::string_view unit
 
float defaultValue
 
float minValue
 
float maxValue
 
std::optional< float > quantizeStep
 
std::vector< std::string_view > valueNames
 

Member Data Documentation

◆ defaultValue

float rtvamp::hostsdk::Plugin::ParameterDescriptor::defaultValue

◆ description

std::string_view rtvamp::hostsdk::Plugin::ParameterDescriptor::description

◆ identifier

std::string_view rtvamp::hostsdk::Plugin::ParameterDescriptor::identifier

◆ maxValue

float rtvamp::hostsdk::Plugin::ParameterDescriptor::maxValue

◆ minValue

float rtvamp::hostsdk::Plugin::ParameterDescriptor::minValue

◆ name

std::string_view rtvamp::hostsdk::Plugin::ParameterDescriptor::name

◆ quantizeStep

std::optional<float> rtvamp::hostsdk::Plugin::ParameterDescriptor::quantizeStep

◆ unit

std::string_view rtvamp::hostsdk::Plugin::ParameterDescriptor::unit

◆ valueNames

std::vector<std::string_view> rtvamp::hostsdk::Plugin::ParameterDescriptor::valueNames

The documentation for this struct was generated from the following file: