| 
					
				 | 
			
			
				@@ -21,7 +21,13 @@ class INVideoExportController: BFBaseViewController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var hasSaveOnly = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var saveAllUlr = URL(fileURLWithPath: "aaa") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var saveOnlyUlr = URL(fileURLWithPath: "aaa") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    var isExporting = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    var isExporting = false { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        didSet { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if isExporting { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                avplayer.pause() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 预览播放进度 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     lazy var progreddL: UILabel = { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -288,12 +294,12 @@ class INVideoExportController: BFBaseViewController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             cShowHUB(superView: nil, msg: "正在合成中。。。") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        isExporting = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bottomView.isHidden = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         progressView.isHidden = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         progressL.isHidden = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         progreddL.isHidden = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         export.startExprot(synthesisAll: saveAllBtn.isSelected) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        isExporting = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         UIApplication.shared.isIdleTimerDisabled = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |