554325746@qq.com
2020-02-06 201ba0c95333cb07be9f955a936cd06a929e2e8f
fileanalysis.proto
@@ -10,16 +10,20 @@
    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;
    string identifier   =15;
}
message FileAnalysisSetting {
    bool videoEnable    =1;
    string fileDirectory   =2;
    int32 channelCount      =3;
    bool videoEnable             =1;
    string fileDirectory         =2;
    int32 videoChannelCount      =3;
    int32 imgChannelCount        =4;
    int32 audioChannelCount      =5;
}