|
VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Extended plug-in interface IEditController for Inter-App Audio connection state change notifications. More...
#include <ivstinterappaudio.h>
Inheritance diagram for IInterAppAudioConnectionNotification:Public Member Functions | |
| virtual void | onInterAppAudioConnectionStateChange (TBool newState)=0 |
| called when the Inter-App Audio connection state changes | |
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 |
Extended plug-in interface IEditController for Inter-App Audio connection state change notifications.
|
pure virtual |
called when the Inter-App Audio connection state changes
| newState | true if an Inter-App Audio connection is established, otherwise false |
|
static |