MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / ProcessInsertKeyFrame

Method ProcessInsertKeyFrame

src/render/plugins/plugin_net_event_router.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 void PluginNetEventRouter::ProcessInsertKeyFrame(std::shared_ptr<Message>&& msg) {
472 app_->PostGlobalTask([=, this]() {
473 app_->SendAppMessage(MsgInsertKeyFrame{});
474 });
475 }
476
477 void PluginNetEventRouter::ProcessEncodedAudioFrameEvent(const std::shared_ptr<Data>& data, int samples, int channels, int bits, int frame_size) {
478 auto net_msg = NetMessageMaker::MakeAudioFrameMsg(data, samples, channels, bits, frame_size);

Callers

nothing calls this directly

Calls 2

PostGlobalTaskMethod · 0.80
SendAppMessageMethod · 0.45

Tested by

no test coverage detected