VST 3 SDK  VST 3.7
SDK for developing VST plug-in
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
ConnectionProxy Class Reference

Helper for creating and initializing component. More...

#include <connectionproxy.h>

+ Inheritance diagram for ConnectionProxy:

Public Member Functions

 ConnectionProxy (IConnectionPoint *srcConnection)
 
virtual ~ConnectionProxy ()
 
tresult connect (IConnectionPoint *other) override
 
tresult disconnect (IConnectionPoint *other) override
 
tresult notify (IMessage *message) override
 
bool disconnect ()
 

Protected Attributes

std::unique_ptr< ThreadChecker > threadChecker {ThreadChecker::create ()}
 
IPtr< IConnectionPointsrcConnection
 
IPtr< IConnectionPointdstConnection
 

Additional Inherited Members

- Static Public Attributes inherited from IConnectionPoint
static const FUID iid
 

Detailed Description

Helper for creating and initializing component.

Constructor & Destructor Documentation

ConnectionProxy ( IConnectionPoint srcConnection)
~ConnectionProxy ( )
virtual

Member Function Documentation

tresult connect ( IConnectionPoint other)
overridevirtual

Implements IConnectionPoint.

tresult disconnect ( IConnectionPoint other)
overridevirtual

Implements IConnectionPoint.

tresult notify ( IMessage message)
overridevirtual

Implements IConnectionPoint.

bool disconnect ( )

Member Data Documentation

std::unique_ptr<ThreadChecker> threadChecker {ThreadChecker::create ()}
protected
IPtr<IConnectionPoint> srcConnection
protected
IPtr<IConnectionPoint> dstConnection
protected
Empty

Copyright ©2024 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.