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

Method SetAudioCodec

Src/ParameterCompone/ParameterRecord.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286int 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
295QMediaRecorder::Quality CParameterRecord::GetQuality() const
296{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected