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

Method PostStreamPluginTask

src/render/rd_context.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void RdContext::PostStreamPluginTask(std::function<void()>&& task) {
75 stream_plugin_thread_->Post(std::move(task));
76 }
77
78 std::string RdContext::GetCurrentExeFolder() {
79 return QCoreApplication::applicationDirPath().toStdString();

Callers 3

InitAudioCaptureMethod · 0.80
EncodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected