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