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

Method SetFileFormat

Src/ParameterCompone/ParameterRecord.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int CParameterRecord::SetFileFormat(const QMediaFormat::FileFormat &f)
259{
260 if(m_FileFormat == f)
261 return 0;
262 m_FileFormat = f;
263 SetModified(true);
264 return 0;
265}
266
267const QMediaFormat::VideoCodec CParameterRecord::GetVideoCodec() const
268{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected