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

Method IsWorking

src/render/plugins/ffmpeg_encoder/ffmpeg_encoder_plugin.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 bool FFmpegEncoderPlugin::IsWorking() {
71 return !video_encoders_.empty() && plugin_enabled_;
72 }
73
74 bool FFmpegEncoderPlugin::CanEncodeTexture() {
75 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected