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

Method GetEncodeFps

src/render/plugins/ffmpeg_encoder/ffmpeg_encoder.cpp:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 int32_t FFmpegEncoder::GetEncodeFps() {
286 return fps_stat_->value();
287 }
288
289 std::vector<int32_t> FFmpegEncoder::GetEncodeDurations() {
290 std::vector<int32_t> result;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected