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

Method PostEncTask

src/render/app/encoder_thread.cpp:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 }
477
478 void EncoderThread::PostEncTask(std::function<void()>&& task) {
479 enc_thread_->Post(std::move(task));
480 }
481
482 std::map<std::string, GrVideoEncoderPlugin*> EncoderThread::GetWorkingVideoEncoderPlugins() {
483 return encoder_plugins_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected