()
| 3011 | } |
| 3012 | |
| 3013 | private func clearActiveRecordingMode() { |
| 3014 | self.setActiveRecordingMode(.none) |
| 3015 | } |
| 3016 | |
| 3017 | /// Cancel an in-flight prewarm. Called on abort / new recording start — NOT on |
| 3018 | /// a normal stop, because AI post-processing runs after stop and benefits from |
no test coverage detected