MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SendWebsocketVendorEvent

Function SendWebsocketVendorEvent

lib/utils/websocket-api.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void SendWebsocketVendorEvent(const std::string &eventName, obs_data_t *data)
121{
122 if (OBSIsShuttingDown()) {
123 return;
124 }
125 obs_websocket_vendor_emit_event(vendor, eventName.c_str(), data);
126}
127
128} // namespace advss

Callers 2

setupFunction · 0.85
SendWebsocketEventFunction · 0.85

Calls 3

OBSIsShuttingDownFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected