|
@@ -428,6 +428,10 @@ class PQStuckPointEditerController: PQBaseViewController {
|
|
|
BFLog(message: "\(currentTime) \(tatolTime) 显示播放器进度为: \(progress)")
|
|
|
|
|
|
self?.stuckPointCuttingView.videoCropView.updateProgress(progress: CGFloat(progress))
|
|
|
+
|
|
|
+ if self?.synchroMarskView.superview != nil {
|
|
|
+ self?.synchroMarskView.removeMarskView()
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -784,13 +788,10 @@ extension PQStuckPointEditerController {
|
|
|
// if !isSynchroMusicInfoSuccess || !isStuckPointDataSuccess {
|
|
|
// return
|
|
|
// }
|
|
|
- BFLog(message: "this is rrrrrrrrr")
|
|
|
playeTimeRange = CMTimeRange(start: CMTime(value: CMTimeValue(Int64((stuckPointMusicData?.startTime ?? 0) * 600)), timescale: 600), end: CMTime(value: CMTimeValue(Int64((stuckPointMusicData?.endTime ?? 0) * 600)), timescale: 600))
|
|
|
createPorjectData()
|
|
|
settingPlayerView()
|
|
|
- if synchroMarskView.superview != nil {
|
|
|
- synchroMarskView.removeMarskView()
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|