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

Method SetVideoCodec

Src/ParameterCompone/ParameterRecord.cpp:272–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272int 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
281const QMediaFormat::AudioCodec CParameterRecord::GetAudioCodec() const
282{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected