We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2320f01 commit da8786bCopy full SHA for da8786b
Source/LinkSDKDemo/Video/PlayBack/CloudStorage/Controller/TIoTCloudStorageVC.m
@@ -1035,7 +1035,7 @@ - (void)recombineTimeSegmentWithTimeArray:(NSArray *)timeArray {
1035
1036
NSMutableArray *tempModelArray = [[NSMutableArray alloc]initWithArray:self.modelArray];
1037
TIoTTimeModel *lastModel = tempModelArray.lastObject;
1038
- if (timeModel.startTime - lastModel.endTime <= 60) {
+ if (timeModel.startTime - lastModel.endTime <= -1) { //不用合并时间片
1039
1040
lastModel.endTime = timeModel.endTime;
1041
0 commit comments