mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
macOS: Set isRecording flag when recording camera capture to a file
This commit is contained in:
parent
3ed17dea2a
commit
1a0e681c41
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ struct CameraDevice::Pimpl
|
|||
firstPresentationTime = Time::getCurrentTime();
|
||||
file.deleteFile();
|
||||
|
||||
isRecording = true;
|
||||
[fileOutput startRecordingToOutputFileURL: createNSURLFromFile (file)
|
||||
recordingDelegate: callbackDelegate];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue