From 8bda216c1afbec706fdd77f9ffb2acfb6d9f2b46 Mon Sep 17 00:00:00 2001
From: zhangjixing <775834166@qq.com>
Date: 星期四, 10 一月 2019 19:25:02 +0800
Subject: [PATCH] commit
---
QiaoJiaSystem/StructureApp/AppPipeController.h | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h
index 648b766..58f3e55 100644
--- a/QiaoJiaSystem/StructureApp/AppPipeController.h
+++ b/QiaoJiaSystem/StructureApp/AppPipeController.h
@@ -93,24 +93,6 @@
std::string getFullFileName();
-
- void recordInit(int videoMin, int videoMax);
- void setSdkTrigger();
- void doRecord();
- int fileMin;
- int fileMax;
- bool sdkTrigger;
- int triggerDelay;
-
-#define RECORD_STOP (0)
-#define RECORD_DOING (1)
-#define RECORD_ENDING (2)
-
- int recordStatus;
- int videoLength;
- int recordDelay;
-
-
};
#endif // APPPIPECONTROLLER_H
--
Gitblit v1.8.0