|
@@ -703,7 +703,7 @@ class BFRecordScreenCameraManager: BFRecordScreenBaseManager {
|
|
let p = CGPoint(x: currentAssetProgress.seconds * 70.0 / 5.0, y: 0)
|
|
let p = CGPoint(x: currentAssetProgress.seconds * 70.0 / 5.0, y: 0)
|
|
cameraProgressV?.progressView.contentOffset = p
|
|
cameraProgressV?.progressView.contentOffset = p
|
|
|
|
|
|
- BFLog(1, message: "curr: \(currentAssetProgress.seconds)")
|
|
|
|
|
|
+// BFLog(1, message: "curr: \(currentAssetProgress.seconds)")
|
|
|
|
|
|
if currTime.seconds >= (recordItem?.materialDuraion.seconds ?? 0) {
|
|
if currTime.seconds >= (recordItem?.materialDuraion.seconds ?? 0) {
|
|
dele?.isEndPlay = true
|
|
dele?.isEndPlay = true
|
|
@@ -807,7 +807,7 @@ extension BFRecordScreenCameraManager: BFAudioPlayerDelegate{
|
|
// 播放进度
|
|
// 播放进度
|
|
func playProgress(currentTime: TimeInterval, progress: Double){
|
|
func playProgress(currentTime: TimeInterval, progress: Double){
|
|
|
|
|
|
- BFLog(message: "currentTime is \(currentTime) progress\(progress) \(BFAudioPlayer.shared.currentAudioPathURL?.absoluteString ?? "")")
|
|
|
|
|
|
+// BFLog(message: "currentTime is \(currentTime) progress\(progress) \(BFAudioPlayer.shared.currentAudioPathURL?.absoluteString ?? "")")
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|