mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
Backup.
This commit is contained in:
parent
936fc127da
commit
7ecc3a58b3
|
@ -91,9 +91,9 @@ StatusCode AppMonitor::GetStorageFileList(const AppGetFileInfo &fileInfo, std::v
|
|||
if (StorageFileEvent::LOOP == fileInfo.mEvent) {
|
||||
AppGetFileList file;
|
||||
file.mCreateTime_s = 123456789;
|
||||
file.mDuration = 15;
|
||||
file.mDuration = 182;
|
||||
file.mName = "/DCIM/2024/01/15/20240115135521-20240115135540.mp4";
|
||||
file.mSize = 1024;
|
||||
file.mSize = 1024 * 182;
|
||||
file.mType = StorageFileType::VIDEO;
|
||||
param.push_back(file);
|
||||
AppGetFileList file2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user