VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
This is the complete list of members for IAttributeList, including all inherited members.
addRef()=0 | FUnknown | pure virtual |
AttrID typedef | IAttributeList | |
getBinary(AttrID id, const void *&data, uint32 &sizeInBytes)=0 | IAttributeList | pure virtual |
getFloat(AttrID id, double &value)=0 | IAttributeList | pure virtual |
getInt(AttrID id, int64 &value)=0 | IAttributeList | pure virtual |
getString(AttrID id, TChar *string, uint32 sizeInBytes)=0 | IAttributeList | pure virtual |
iid | IAttributeList | static |
queryInterface(const TUID _iid, void **obj)=0 | FUnknown | pure virtual |
release()=0 | FUnknown | pure virtual |
setBinary(AttrID id, const void *data, uint32 sizeInBytes)=0 | IAttributeList | pure virtual |
setFloat(AttrID id, double value)=0 | IAttributeList | pure virtual |
setInt(AttrID id, int64 value)=0 | IAttributeList | pure virtual |
setString(AttrID id, const TChar *string)=0 | IAttributeList | pure virtual |