VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Meta attributes of a stream: Vst::IStreamAttributes. More...
#include <ivstattributes.h>
Public Member Functions | |
virtual tresult | getFileName (String128 name)=0 |
Gets filename (without file extension) of the stream. More... | |
virtual IAttributeList * | getAttributes ()=0 |
Gets meta information list. More... | |
Public Member Functions inherited from FUnknown | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
static const FUID | iid |
Meta attributes of a stream: Vst::IStreamAttributes.
Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs (Project context or Preset load (see StateType)) or used to get the full file path of the loaded preset (if available).
Gets filename (without file extension) of the stream.
|
pure virtual |
Gets meta information list.
|
static |