mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Platform: Remove references to unsupported platforms in docs and strings
This commit is contained in:
parent
b89553ae2c
commit
ba9b6581b7
8 changed files with 18 additions and 27 deletions
|
|
@ -82,7 +82,7 @@ public:
|
|||
|
||||
using OpenCameraResultCallback = std::function<void (CameraDevice*, const String& /*error*/)>;
|
||||
|
||||
/** Asynchronously opens a camera device on iOS (iOS 7+) or Android (API 21+).
|
||||
/** Asynchronously opens a camera device on iOS or Android.
|
||||
On other platforms, the function will simply call openDevice(). Upon completion,
|
||||
resultCallback will be invoked with valid CameraDevice* and an empty error
|
||||
String on success, or nullptr CameraDevice and a non-empty error String on failure.
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ private:
|
|||
}
|
||||
JUCE_CAMERA_LOG ("Auto focus system: " + autoFocusSystemString);
|
||||
|
||||
JUCE_CAMERA_LOG ("Standard (iOS 5.0) video stabilization supported: " + String ((int) [format isVideoStabilizationModeSupported: AVCaptureVideoStabilizationModeStandard]));
|
||||
JUCE_CAMERA_LOG ("Standard video stabilization supported: " + String ((int) [format isVideoStabilizationModeSupported: AVCaptureVideoStabilizationModeStandard]));
|
||||
JUCE_CAMERA_LOG ("Cinematic video stabilization supported: " + String ((int) [format isVideoStabilizationModeSupported: AVCaptureVideoStabilizationModeCinematic]));
|
||||
JUCE_CAMERA_LOG ("Auto video stabilization supported: " + String ((int) [format isVideoStabilizationModeSupported: AVCaptureVideoStabilizationModeAuto]));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue