comparison transform/TransformFactory.h @ 1845:6f626cfdba51

Pull out Provider struct
author Chris Cannam
date Mon, 20 Apr 2020 18:45:47 +0100
parents 19fa7bf208d8
children 7b6e18380e8f
comparison
equal deleted inserted replaced
1844:5b1b03c1d8d4 1845:6f626cfdba51
103 */ 103 */
104 QString getTransformFriendlyName(TransformId identifier); 104 QString getTransformFriendlyName(TransformId identifier);
105 105
106 QString getTransformUnits(TransformId identifier); 106 QString getTransformUnits(TransformId identifier);
107 107
108 QString getTransformInfoUrl(TransformId identifier); 108 Provider getTransformProvider(TransformId identifier);
109 109
110 Vamp::Plugin::InputDomain getTransformInputDomain(TransformId identifier); 110 Vamp::Plugin::InputDomain getTransformInputDomain(TransformId identifier);
111 111
112 /** 112 /**
113 * Return true if the transform has any configurable parameters, 113 * Return true if the transform has any configurable parameters,