From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig
---
fileanalysis.proto | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/fileanalysis.proto b/fileanalysis.proto
index 58105eb..9a8279f 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -10,16 +10,17 @@
int32 sort =5;
string alias =6;
string snapshot_url =7;
- bool is_running =8;
- int32 progress =9;
- int32 ruleType =10;
- int32 status =11;
- string createTime =12;
- string updateTime =13;
+ string duration =8;
+ bool is_running =9;
+ int32 progress =10;
+ int32 ruleType =11;
+ int32 status =12;
+ string createTime =13;
+ string updateTime =14;
}
message FileAnalysisSetting {
- bool videoFileEnable =1;
- string videoDirectory =2;
+ bool videoEnable =1;
+ string fileDirectory =2;
int32 channelCount =3;
}
\ No newline at end of file
--
Gitblit v1.8.0