|
@@ -91,8 +91,6 @@ class BFRecordScreenCameraManager: BFRecordScreenBaseManager {
|
|
// wself.currentAssetProgress = CMTime(seconds: (currTime + wself.currPlayTime).seconds, preferredTimescale: 1000)
|
|
// wself.currentAssetProgress = CMTime(seconds: (currTime + wself.currPlayTime).seconds, preferredTimescale: 1000)
|
|
|
|
|
|
BFLog(message: "当前播放器状态: \(wself.avplayer.timeControlStatus.rawValue) \(wself.currentAssetProgress.seconds)")
|
|
BFLog(message: "当前播放器状态: \(wself.avplayer.timeControlStatus.rawValue) \(wself.currentAssetProgress.seconds)")
|
|
-
|
|
|
|
- wself.playRecordVoice()
|
|
|
|
}
|
|
}
|
|
// BFLog(1, message: "拖动 currTime: \(currTime.seconds)")
|
|
// BFLog(1, message: "拖动 currTime: \(currTime.seconds)")
|
|
DispatchQueue.main.async { [weak self] in
|
|
DispatchQueue.main.async { [weak self] in
|
|
@@ -711,6 +709,7 @@ class BFRecordScreenCameraManager: BFRecordScreenBaseManager {
|
|
|
|
|
|
checkCurrentPlayStatus()
|
|
checkCurrentPlayStatus()
|
|
prepareToPlayNext()
|
|
prepareToPlayNext()
|
|
|
|
+ playRecordVoice()
|
|
}
|
|
}
|
|
|
|
|
|
func timerForRecord(currTime _: CMTime) {
|
|
func timerForRecord(currTime _: CMTime) {
|