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

Method PrintEncoderConfig

src/render/app/encoder_thread.cpp:499–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 void EncoderThread::PrintEncoderConfig(const tc::EncoderConfig& config) {
500 LOGI("---------------------------------------------------");
501 LOGI("Encoder configs:");
502 LOGI("width x height:{}x{}", config.width, config.height);
503 LOGI("gop size: {}", config.gop_size);
504 LOGI("gop bitrate: {}", config.bitrate);
505 LOGI("enable full color: {}", config.enable_full_color_mode_);
506 LOGI("encoder codec_type: {}", static_cast<int>(config.codec_type));
507 LOGI("***************************************************");
508 }
509
510}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected