The IHDEHost type exposes the following members.

Properties

  NameDescription
Public propertyActivePatchWindow
The currently selected patch window.
Public propertyAddonFactories
The addon factories used to collect node infos and create nodes.
Public propertyBoygroupServerIP
The IP adress of the boygroup server.
Public propertyDeviceService
Provides access to Direct3D9 devices created by vvvv.
Public propertyExePath
Gets the full path to the vvvv.exe.
Public propertyExposedNodeService
Provides access to nodes that have been exposed for being remotely controlled
Public propertyFrameTime
The current host frame time which the plugin should use if it does timebased calculations.
Public propertyIsBoygroupClient
Indicates whether this IHDEHost is a client in a boygroup.
Public propertyMainLoop
Gets the main loop, which exposes events from the main loop.
Public propertyRealTime
The realtime in seconds since the IHDEHost was created. On boygroup clients this ist the time since the server IHDEHost was created, synced over network. This time is not frame based, each call will return a new time.
Public propertyRoot
Returns an interface to the graphs root node.
Public propertyRootNode
Returns an interface to the graphs root node.

See Also