Project health
Here you can see "health" of the project in terms of test pipelines are passed or not. First of all, we need to define two subsets of the library API:
- Core API - it's all API except Multimedia one; in other words it's the API that is supported by .NET itself, so it can be run on any platform .NET Core / .NET supported.
- Multimedia API - it's platform-specific API that includes following key classes:
- InputDevice (more details in the InputDevice article);
- OutputDevice (more details in the OutputDevice article);
- VirtualDevice (more details in the VirtualDevice article);
- DevicesWatcher (more details in the DevicesWatcher article);
- HighPrecisionTickGenerator.
Windows
master
develop
macOS
master
develop
Linux
Multimedia API is not available for Linux.
master
develop
Package integration
Package integration tests check that NuGet package installed in .NET applications of different types works as expected.
master
develop