浏览代码

打开进度回调

jsonwang 3 年之前
父节点
当前提交
7042c766b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift

+ 1 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift

@@ -759,7 +759,7 @@ class PQStuckPointEditerController: PQBaseViewController {
             let progress = (currentTime - CMTimeGetSeconds(self?.playeTimeRange.start ?? .zero)) / CMTimeGetSeconds(self?.playeTimeRange.duration ?? .zero)
             BFLog(message: "\(currentTime) \(tatolTime) 显示播放器进度为: \(progress)")
 
-//            self?.stuckPointCuttingView.videoCropView.updateProgress(progress: CGFloat(progress))
+            self?.stuckPointCuttingView.updateProgress(progress: CGFloat(progress))
 
             if self?.synchroMarskView.superview != nil {
                 self?.synchroMarskView.removeMarskView()