| 270 | } |
| 271 | |
| 272 | int CParameterRecord::SetVideoCodec(QMediaFormat::VideoCodec v) |
| 273 | { |
| 274 | if(m_VideoCodec == v) |
| 275 | return 0; |
| 276 | m_VideoCodec = v; |
| 277 | SetModified(true); |
| 278 | return 0; |
| 279 | } |
| 280 | |
| 281 | const QMediaFormat::AudioCodec CParameterRecord::GetAudioCodec() const |
| 282 | { |
no outgoing calls
no test coverage detected