| 284 | } |
| 285 | |
| 286 | int CParameterRecord::SetAudioCodec(QMediaFormat::AudioCodec a) |
| 287 | { |
| 288 | if(m_AudioCodec == a) |
| 289 | return 0; |
| 290 | m_AudioCodec = a; |
| 291 | SetModified(true); |
| 292 | return 0; |
| 293 | } |
| 294 | |
| 295 | QMediaRecorder::Quality CParameterRecord::GetQuality() const |
| 296 | { |
no outgoing calls
no test coverage detected