| 193 | } |
| 194 | |
| 195 | const 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 | |
| 205 | int CParameterRecord::SetVideoFile(const QString &szFile) |
| 206 | { |