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
f85f6fb4f5
|
@ -67,7 +67,7 @@ StatusCode AppMonitor::GetParamValue(AppGetParamValue ¶m)
|
|||
}
|
||||
StatusCode AppMonitor::GetCapability(AppGetCapability ¶m)
|
||||
{
|
||||
//
|
||||
param.mPlaybackType = PlaybackType::DOWNLOAD_PLAYBACK;
|
||||
return CreateStatusCode(STATUS_CODE_OK);
|
||||
}
|
||||
StatusCode AppMonitor::GetLockVideoStatus(LockVideoStatus ¶m)
|
||||
|
@ -92,7 +92,7 @@ StatusCode AppMonitor::GetStorageFileList(const AppGetFileInfo &fileInfo, std::v
|
|||
AppGetFileList file;
|
||||
file.mCreateTime_s = 123456789;
|
||||
file.mDuration = 15;
|
||||
file.mName = "/DCIM/2024/01/15/20240115135521-20240115135540.mp4";
|
||||
file.mName = "/DCIM/2024/01/15/20240115140207-20240115140509.mp4";
|
||||
file.mSize = 1024;
|
||||
file.mType = StorageFileType::VIDEO;
|
||||
param.push_back(file);
|
||||
|
|
Loading…
Reference in New Issue
Block a user