FlyleafLib 3.6.0
See the version list below for details.
dotnet add package FlyleafLib --version 3.6.0
NuGet\Install-Package FlyleafLib -Version 3.6.0
<PackageReference Include="FlyleafLib" Version="3.6.0" />
<PackageVersion Include="FlyleafLib" Version="3.6.0" />
<PackageReference Include="FlyleafLib" />
paket add FlyleafLib --version 3.6.0
#r "nuget: FlyleafLib, 3.6.0"
#:package FlyleafLib@3.6.0
#addin nuget:?package=FlyleafLib&version=3.6.0
#tool nuget:?package=FlyleafLib&version=3.6.0
Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- FFmpeg.AutoGen (>= 4.4.1.1)
- Vortice.D3DCompiler (>= 2.1.32)
- Vortice.Direct3D11 (>= 2.1.32)
- Vortice.Mathematics (>= 1.4.18)
- Vortice.MediaFoundation (>= 2.1.32)
- Vortice.XAudio2 (>= 2.1.32)
-
net5.0-windows7.0
- FFmpeg.AutoGen (>= 4.4.1.1)
- Vortice.D3DCompiler (>= 2.1.32)
- Vortice.Direct3D11 (>= 2.1.32)
- Vortice.Mathematics (>= 1.4.18)
- Vortice.MediaFoundation (>= 2.1.32)
- Vortice.XAudio2 (>= 2.1.32)
-
net6.0-windows7.0
- FFmpeg.AutoGen (>= 4.4.1.1)
- Vortice.D3DCompiler (>= 2.1.32)
- Vortice.Direct3D11 (>= 2.1.32)
- Vortice.Mathematics (>= 1.4.18)
- Vortice.MediaFoundation (>= 2.1.32)
- Vortice.XAudio2 (>= 2.1.32)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FlyleafLib:
| Package | Downloads |
|---|---|
|
FlyleafLib.Controls.WPF
FlyleafME: A WPF Media Element Control (based on FlyleafLib) |
|
|
FlyleafLib.Controls.WinUI
FlyleafHost.WinUI: Direct3D 11 Hardware Accelerated Media Surface (based on FlyleafLib) |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FlyleafLib:
| Repository | Stars |
|---|---|
|
robvdpol/RaceControl
Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
|
|
|
habibrehmansg/infopanel
InfoPanel is a desktop visualization software designed to work with HWiNFO sensors via Shared Memory (SHM). It allows users to display system information on their desktop or external displays, including USB-only LCDs like BeadaPanel.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.10.2 | 811 | 12/20/2025 |
| 3.10.1 | 319 | 12/6/2025 |
| 3.10.0 | 289 | 12/4/2025 |
| 3.9.7 | 625 | 11/13/2025 |
| 3.9.6 | 373 | 11/3/2025 |
| 3.9.5 | 291 | 10/25/2025 |
| 3.9.4 | 300 | 10/21/2025 |
| 3.9.3 | 264 | 10/17/2025 |
| 3.9.2 | 298 | 10/15/2025 |
| 3.9.1 | 299 | 10/14/2025 |
| 3.9.0 | 303 | 10/13/2025 |
| 3.8.14 | 342 | 10/1/2025 |
| 3.8.13 | 275 | 9/26/2025 |
| 3.8.12 | 295 | 9/23/2025 |
| 3.8.11 | 384 | 9/14/2025 |
| 3.8.10 | 611 | 9/2/2025 |
| 3.8.9 | 369 | 8/27/2025 |
| 3.8.8 | 285 | 8/22/2025 |
| 3.8.7 | 282 | 8/22/2025 |
| 3.6.0 | 791 | 11/9/2022 |
Introduces FlyleafHost a new DPI aware, hardware accelerated Direct3D Surface (WPF VideoView's replacement and Flyleaf's for Winforms)
* Early and fast initialization of handles and renderer which will also resolve several issues
* Adds Attach / Detach functionality
* Self Drag Move also on attach mode (within the host's owner bounds)
* Drag & Drop Swap between FlyleafHosts (Shift + Drag)
* Custom non-borders resizable windows both on attach and detach mode (can keep input's ratio)
* Adds Z-order surfaces support
* Resolves several issues when the host's rectangle was clipped
* Adds support for WPF Windows to the Renderer in addition to WinForms UserControl
* Resolves several issues with DPI
* Better UI performance overall (including swaps and switching between Normal / Full Screen)
Player
* Adds Rotation Support (Shift + Wheel)
* Fixes a UI threading issue that it could cause Player.Initialization to crash
* Fixes Activity / Idle mode issues
* General code clean-up and performance improvements
Breaking Changes
* VideoView has been renamed to FlyleafHost
* Player.IsFullScreen, Config.Player.ActivityTimeout, Config.Player.MouseBindings and Config.Player.KeyBindings.(Enabled/FlyleafWindow) has been transferred to FlyleafHost
* Player.ActivityMode has been removed (its the same as ActivityTimeout=0) however Player.Activity.IsEnabled can be used to temporary turn it on/off
* Player.Swap has been removed as you can now set directly the Players to FlyleafHosts