Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SystemInfo.isMacOSX
Returns 1 if being called on macOS.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 2.8 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isMacOSX" )
Parameters
none
Result
Returns 1 or 0.
Description
Returns 1 if being called on macOS.Examples
Try it:
Show Custom Dialog [ "MacOS?" ;
If( MBS("SystemInfo.isMacOSX"); "yes"; "no") ]
See also
- AVRecorder.AudioDeviceInfo
- AVRecorder.Init
- AVRecorder.SetFilePath
- AVRecorder.VideoDeviceInfo
- SystemInfo.isMojave
Example Databases
- AVRecorder/AVRecorder Devices
- AVRecorder/AVRecorder iOS Test
- AVRecorder/AVRecorder
- CURL/CURL Download on Server
- Registration/Debugging and Registration
Blog Entries
This function is free to use.
Created 18th August 2014, last changed 28th January 2023