FlyleafLib 3.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FlyleafLib --version 3.9.0
                    
NuGet\Install-Package FlyleafLib -Version 3.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlyleafLib" Version="3.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlyleafLib" Version="3.9.0" />
                    
Directory.Packages.props
<PackageReference Include="FlyleafLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FlyleafLib --version 3.9.0
                    
#r "nuget: FlyleafLib, 3.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FlyleafLib@3.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FlyleafLib&version=3.9.0
                    
Install as a Cake Addin
#tool nuget:?package=FlyleafLib&version=3.9.0
                    
Install as a Cake Tool

Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 797 12/20/2025
3.10.1 319 12/6/2025
3.10.0 289 12/4/2025
3.9.7 624 11/13/2025
3.9.6 373 11/3/2025
3.9.5 291 10/25/2025
3.9.4 299 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 280 8/22/2025
3.8.6 285 8/16/2025
Loading failed

- Renderer.Device: Improves creation implementation
- Renderer.Swapchain: Switches to DirectComposition (DComp)
- Renderer.Swapchain: Gets dynamically the GPU output from the adapter during creation
- Renderer.Swapchain: Fixes support for RGBA (instead of BGRA) and might perform even better (currently not default as causes critical issues with Super Resolution - see Config.Video.SwapForceR8G8B8A8)
- Renderer.Present: Re-implementation with new rendering loops for playback and idle modes with VSync-Wait mode (deprecates DoNotWait)
- Renderer.Present: Separates rendering and presenting for playback to achieve less dropped frames
- Renderer.D3D11VP: Fixes an issue with Super Resolution during Rotation
- Player.Screamer: New AVSD implementation which separates A/V threads with less dropped frames, less audio crackling and better A/V sync
- Player.Stats: Real-time accurate frame statistics from DWM
- AudioDecoder: Workaround with Circular Buffer that could cause unexpected results during re-allocation
- VideoDecoder: Fixes issues with extra frames (+1 required for renderer and handle max allowed by the system)
- VideoStream: Better handling of Fps (could cause issues with interlace and formats that announce huge wrong numbers)
- Demuxer: Fixes an issue with IsHLSLive falsely set to true
- Demuxer: Fixes an issue with backwards seeking that it would return forward packets from cache

[Breaking Changes]
- Config.Video: Defaults VSync to 1 to avoid tearing
- Config.Video: Deprecates PresentFlags (no support for DoNotWait - no reason)
- Config.Player: Deprecates IdleFps
- Config.Player: Renames UICurTimePerFrame to UICurTime
- Engine.Config: Deprecates UICurTimePerSecond (use Config.Player.UICurTime instead)
- Engine.Config: Defaults UIRefresh to true (for proper UI updates/refreshes)
- Engine.Video: Deprecates Screens and RecommendedLuminance (use GPUAdapter.GetGPUOutputs instead)
- Engine.Video: Separates GPUOutput from GPUAdapter
- Renderer/FlyleafHost.Wpf: Deprecates replica/child (might re-include it in the future)