Windows Examples
To help you get started with the C# & VB.NET managed wrappers, we have prepared integration example projects. Each project includes a pre-configured solution for Visual Studio and works out of the box.
📦 Downloadable .NET Example Projects
| Project Name | Language & Framework | Key SDK Classes Used | Description & Features | Download Link |
|---|---|---|---|---|
| 📁 Playout-win64 | VB.NET (WinForms) | LFile, LPreview, LReader |
Pre-configured Windows x64 playout integration showing how to load media, bind previews, and handle callbacks. | Download (.zip) |
🚀 Running .NET Examples (Windows)
- Unzip the downloaded project folder.
- Open the
.slnsolution file in Visual Studio 2022. - Ensure the project configuration is set to x64 (SDK targets x64 native DLLs).
- Run the project (the required
now2sdk.dllwill be automatically resolved).
In the meantime, you can review the complete step-by-step code samples and API setup instructions directly on the LFile Playout .NET Integration Example and Windows Guide pages.