1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Platform: Remove references to unsupported platforms in docs and strings

This commit is contained in:
reuk 2024-07-02 18:07:32 +01:00
parent b89553ae2c
commit ba9b6581b7
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
8 changed files with 18 additions and 27 deletions

View file

@ -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.