DrawnUi.Native.Windows 1.7.7.2

dotnet add package DrawnUi.Native.Windows --version 1.7.7.2
                    
NuGet\Install-Package DrawnUi.Native.Windows -Version 1.7.7.2
                    
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="DrawnUi.Native.Windows" Version="1.7.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DrawnUi.Native.Windows" Version="1.7.7.2" />
                    
Directory.Packages.props
<PackageReference Include="DrawnUi.Native.Windows" />
                    
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 DrawnUi.Native.Windows --version 1.7.7.2
                    
#r "nuget: DrawnUi.Native.Windows, 1.7.7.2"
                    
#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 DrawnUi.Native.Windows@1.7.7.2
                    
#: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=DrawnUi.Native.Windows&version=1.7.7.2
                    
Install as a Cake Addin
#tool nuget:?package=DrawnUi.Native.Windows&version=1.7.7.2
                    
Install as a Cake Tool

DrawnUi.Native.Windows

Native Windows helpers for DrawnUI framework.

Contents

This package contains native C++ libraries that provide platform-specific functionality for DrawnUI on Windows:

  • AudioEncoderNative.dll - Audio encoding helpers for Media Foundation
    • PCM to AAC transcoding via IMFSinkWriter
    • Bypasses .NET MAUI COM restrictions for SetInputMediaType
    • Used by DrawnUi.Maui.Camera for real-time audio recording

Usage

Simply reference this package in your project:

<PackageReference Include="DrawnUi.Native.Windows" Version="1.0.0" />

The native DLL will be automatically copied to your output directory.

Platform Requirements

  • Windows 10 version 19041 or later
  • x64 architecture

License

MIT License - see LICENSE file for details

Repository

https://github.com/taublast/DrawnUi

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DrawnUi.Native.Windows:

Package Downloads
DrawnUi.Maui.Camera

SkiaCamera control rendered with SkiaSharp and DrawnUI for .NET MAUI on Android, iOS, MacCatalyst and Windows

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.7.2 349 1/18/2026