Feature: Support recording video in remote desktop control
This commit is contained in:
@@ -962,6 +962,14 @@ inline std::string ToPekingTimeAsString(const time_t* t)
|
||||
return buffer;
|
||||
}
|
||||
|
||||
inline std::string ToPekingDateTime(const time_t* t)
|
||||
{
|
||||
auto pekingTime = ToPekingTime(t);
|
||||
char buffer[20];
|
||||
std::strftime(buffer, sizeof(buffer), "%Y%m%d%H%M%S", &pekingTime);
|
||||
return buffer;
|
||||
}
|
||||
|
||||
typedef struct Validation {
|
||||
char From[20]; // <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>
|
||||
char To[20]; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
2809
common/turbojpeg.h
Normal file
2809
common/turbojpeg.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user