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

Method SetVideoFrameRate

Src/ParameterCompone/ParameterRecord.cpp:349–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void CParameterRecord::SetVideoFrameRate(qreal newVideoFrameRate)
350{
351 if(m_VideoFrameRate == newVideoFrameRate)
352 return;
353 m_VideoFrameRate = newVideoFrameRate;
354 SetModified(true);
355 return;
356}
357
358int CParameterRecord::GetAudioBitRate()
359{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected