Platforms and target frameworks
Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net, Media Blocks SDK .Net
Depending on the operating system, the Target Framework must be set correctly in the project properties.
Windows
For Windows, the Target Framework must have windows
postfix, for example, net8.0-windows
.
Android
For Android, the Target Framework must have android
postfix, for example, net8.0-android
.
iOS
For iOS, the Target Framework must have an ios
postfix, such as net8.0-ios
.
macOS
For macOS, the Target Framework must have macos
or maccatalyst
postfix, for example, net8.0-macos
.
MAUI applications use the maccatalyst
postfix.
Linux
For Linux, the Target Framework must have no postfix, for example, net8.0
. Also, be sure that you have installed the required dotnet workloads.
Visit our GitHub page to get more code samples.