macOS Installation
Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net, Media Blocks SDK .Net
SDK is tested with the latest macOS version but can be used in any other version where .Net is supported. You can use x64 or ARM64 architecture.
SDK uses GStreamer for video and audio playback and encoding.
XCode Command Line Tools are required for SDK usage.
macOS app development
You have to add the required NuGet packages to your project. Please check the macOS app development section for more information.
MAUI project development
Please check the MAUI page for more information.
iOS app development
iOS app development requires only NuGet package installation. We strongly recommend using real devices because the simulator has many limitations and performance issues.
Add the VisioForge.CrossPlatform.Core.iOS
NuGet package to your project as a redist package.
Use the VisioForge.DotNet.Core.UI.Apple
NuGet package to add the required controls to your project.
Also, add the major package for your project. For example, VisioForge.DotNet.MediaBlocks
for Media Blocks SDK.
NuGet packages installation
You can use Rider or Visual Studio for Mac to develop your project in macOS. Please check the Rider and Visual Studio for Mac pages for more information.
Visit our GitHub page to get more code samples.