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

Method FFmpegEncoder

src/render/plugins/ffmpeg_encoder/ffmpeg_encoder.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19 FFmpegEncoder::FFmpegEncoder(FFmpegEncoderPlugin* plugin) {
20 plugin_ = plugin;
21 fps_stat_ = std::make_shared<FpsStat>();
22 }
23
24 bool FFmpegEncoder::Init(const EncoderConfig& config, const std::string& monitor_name) {
25 InitLog();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected