VJ Master 1.0
Real-time audio analysis and visualisation.
Loading...
Searching...
No Matches
IST_SocketControlInterface Class Reference

Native interface for socket control lifecycle. More...

#include <ST_SocketControlInterface.h>

Public Member Functions

void OnSocketItemRegistered ()
void OnSocketItemDeregistered ()

Detailed Description

Native interface for socket control lifecycle.

This interface defines event hooks for objects that participate in socket-based communication or coordination within the ShaderTech framework.

Member Function Documentation

◆ OnSocketItemDeregistered()

void IST_SocketControlInterface::OnSocketItemDeregistered ( )

Called when a socket-enabled item is deregistered from the system. Use this to clean up bindings or stop listening.

◆ OnSocketItemRegistered()

void IST_SocketControlInterface::OnSocketItemRegistered ( )

Called when a socket-enabled item is registered in the system. Use this to initialize socket bindings or start listening.


The documentation for this class was generated from the following file: