| 
														
															@@ -10,7 +10,7 @@ import UIKit 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 class PQStuckPointCuttingView: UIView { 
														 | 
														
														 | 
														
															 class PQStuckPointCuttingView: UIView { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 视频时长 
														 | 
														
														 | 
														
															     // 视频时长 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    private var videoDuration: CGFloat = 0 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    var videoDuration: CGFloat = 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 卡点开始时间 默认 0 
														 | 
														
														 | 
														
															     // 卡点开始时间 默认 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private var stuckPointStartTime: CGFloat = 0 
														 | 
														
														 | 
														
															     private var stuckPointStartTime: CGFloat = 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // 卡点结束时间 
														 | 
														
														 | 
														
															     // 卡点结束时间 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -104,7 +104,6 @@ class PQStuckPointCuttingView: UIView { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         tatalTimeLabel.font = UIFont.systemFont(ofSize: 11) 
														 | 
														
														 | 
														
															         tatalTimeLabel.font = UIFont.systemFont(ofSize: 11) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         tatalTimeLabel.textAlignment = .right 
														 | 
														
														 | 
														
															         tatalTimeLabel.textAlignment = .right 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         tatalTimeLabel.textColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue) 
														 | 
														
														 | 
														
															         tatalTimeLabel.textColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        tatalTimeLabel.text = "\(Float64(stuckPointEndTime - stuckPointStartTime).formatDurationToHMS())" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return tatalTimeLabel 
														 | 
														
														 | 
														
															         return tatalTimeLabel 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }() 
														 | 
														
														 | 
														
															     }() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -159,6 +158,8 @@ class PQStuckPointCuttingView: UIView { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             make.top.equalTo(videoCropView.snp_top).offset(6) 
														 | 
														
														 | 
														
															             make.top.equalTo(videoCropView.snp_top).offset(6) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             make.right.equalTo(videoCropView.snp_right).offset(-6) 
														 | 
														
														 | 
														
															             make.right.equalTo(videoCropView.snp_right).offset(-6) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+         
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        tatalTimeLabel.text = "\(Float64(stuckPointEndTime - stuckPointStartTime).formatDurationToHMS())" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     func addData() { 
														 | 
														
														 | 
														
															     func addData() { 
														 |