This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
macOS: Set isRecording flag when recording camera capture to a file
tags/2021-05-28
ed
7 years ago
parent
3ed17dea2a
commit
1a0e681c41
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_video/native/juce_mac_CameraDevice.h
+ 1
- 0
modules/juce_video/native/juce_mac_CameraDevice.h
View File
@@ -143,6 +143,7 @@ struct CameraDevice::Pimpl
firstPresentationTime = Time::getCurrentTime();
file.deleteFile();
isRecording = true;
[fileOutput startRecordingToOutputFileURL: createNSURLFromFile (file)
recordingDelegate: callbackDelegate];
}
Write
Preview
Loading…
Cancel
Save