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

Method GetWorkingVideoEncoderPlugins

src/render/rd_app.cpp:728–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 }
727
728 std::map<std::string, GrVideoEncoderPlugin*> RdApplication::GetWorkingVideoEncoderPlugins() {
729 if (encoder_thread_) {
730 return encoder_thread_->GetWorkingVideoEncoderPlugins();
731 }
732 return {};
733 }
734
735 bool RdApplication::GenerateD3DDevice(uint64_t adapter_uid) {
736 LOGI("GenerateD3DDevice, adapter_uid = {}", adapter_uid);

Callers 1

AsProtoMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected