MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetQuality

Method SetQuality

Src/ParameterCompone/ParameterRecord.cpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void CParameterRecord::SetQuality(const QMediaRecorder::Quality &newQuality)
301{
302 if (m_Quality == newQuality)
303 return;
304 m_Quality = newQuality;
305 SetModified(true);
306 emit sigQualityChanged();
307}
308
309QMediaRecorder::EncodingMode CParameterRecord::GetEncodingMode() const
310{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected