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

Method GetVideoFile

Src/ParameterCompone/ParameterRecord.cpp:195–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195const QString CParameterRecord::GetVideoFile(bool bAuto)
196{
197 if(bAuto)
198 m_szVideoFile = GetVideoPath() + QDir::separator()
199 + QDateTime::currentDateTime().toLocalTime()
200 .toString("yyyy_MM_dd_hh_mm_ss_zzz");
201
202 return m_szVideoFile;
203}
204
205int CParameterRecord::SetVideoFile(const QString &szFile)
206{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected