FrameFlux.FFmpeg.Android 0.1.1

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

FrameFlux.FFmpeg.Android

Android MediaCodec hardware decoding backend for FrameFlux.FFmpeg.

Applications normally register this backend through FrameFlux.Avalonia.Android.UseFrameFluxAndroid(). Custom Android renderers can implement IAndroidVideoSurfaceOutput and call FrameFluxAndroidMediaCodec.Register() during application startup.

The backend uses the FFmpeg shared libraries supplied by FrameFlux.FFmpeg.NativeAssets.Android directly for RTSP demuxing and audio. Encoded H.264 or HEVC video access units are passed to Android MediaCodec.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FrameFlux.FFmpeg.Android:

Package Downloads
FrameFlux.Avalonia.Android

Android SurfaceView, SurfaceTexture, and OpenGL ES video presentation backends for FrameFlux Avalonia controls.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 74 9/8/2026
0.1.0 79 9/1/2026