Dove.Avalonia.Extensions.Media 2.0.2

dotnet add package Dove.Avalonia.Extensions.Media --version 2.0.2
NuGet\Install-Package Dove.Avalonia.Extensions.Media -Version 2.0.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="Dove.Avalonia.Extensions.Media" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dove.Avalonia.Extensions.Media --version 2.0.2
#r "nuget: Dove.Avalonia.Extensions.Media, 2.0.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.
// Install Dove.Avalonia.Extensions.Media as a Cake Addin
#addin nuget:?package=Dove.Avalonia.Extensions.Media&version=2.0.2

// Install Dove.Avalonia.Extensions.Media as a Cake Tool
#tool nuget:?package=Dove.Avalonia.Extensions.Media&version=2.0.2

Controls Extensions for Avalonia

中文描述

点击这里

WARNING

<span style="color:red;">Avalonia 11 or above,you should use v2.0.0 or above!!!</span>

IN Avalonia 0.10.14,the NativeControlHost NEED app.manifest for Windows.IF NOT,THAT'S MAKE THE PlayerView CANNOT WORKS NORMALLY!

<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    <security>
      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
        <requestedExecutionLevel level="asInvoker" uiAccess="false" />
      </requestedPrivileges>
    </security>
  </trustInfo>
  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    <application>
      
      
      
      
      
      
      
      
    </application>
  </compatibility>
</assembly>

INPORTANT

To enable extension the UseDoveExtensions method call should be present in your Program.cs file:

public static AppBuilder BuildAvaloniaApp()
    => AppBuilder.Configure<App>()
        .UsePlatformDetect()
        .UseDoveExtensions()
        .LogToTrace();

MEDIA

WARNING

Need to reference Dove.Avalonia.Extensions.Media package

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

NOW the Version >= 1.2.0,it's able to use ffmpeg playing video!!!! Please use FFmpegView.Avalonia replace since Version >= 1.2.5

Ah ! You can reference the ffmpeg libraries packages from Windows or Linux or MacOS

OH ! You can reference the bass libraries packages from Windows or Linux or MacOS

and the ManagedBass require the libraries is in your program root folder,the [Dove.Avalonia.Extensions.Media] has handle copy to the require path.but if you still get an init failed messsage,plz copy by yourself!!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if you need VideoView or PlayerView,you should install libVLC in your project before init!!!

if you need FFmpegView,you should install libFfmpeg in your project before init!!!

if you need AudioControl,should install libbass in your project before init!!!

To enable extension the UseAudioControl AND UseVideoView method call should be present in your Program.cs file,the 1st one is for AudioControl, the 2nd one is for VideoView or PlayerView,you can also call it according to your NEEDS:

public static AppBuilder BuildAvaloniaApp()
    => AppBuilder.Configure<App>()
        .UsePlatformDetect()
        .UseVideoView()
        .UseAudioControl()
        .UseFFmpeg()
        .LogToTrace();
  • VideoView Support

    the VideoView in LibVLCSharp,modified to support use in UserControl

  • FFmpegView Support

    the video view by using ffmpeg

  • PlayerView Support

    the custom control for VideoView,it's just like in uwp/wpf

  • AudioControl Support

    the control playing audio without visual or occupy bounds

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 1,052 10/24/2023
2.0.1 1,139 7/17/2023
2.0.0 1,089 7/16/2023
2.0.0-preview6 1,084 4/13/2023
2.0.0-preview5 1,078 4/11/2023
2.0.0-preview4 1,031 3/10/2023
2.0.0-preview3 1,069 11/6/2022
2.0.0-preview1 1,120 9/17/2022
1.2.6 1,090 4/13/2023
1.2.5 1,318 12/2/2022
1.2.4 1,291 11/23/2022
1.2.3 1,311 11/12/2022
1.2.2 1,307 11/3/2022
1.2.1 1,388 10/28/2022
1.2.0 1,340 10/27/2022
1.1.0 1,395 9/7/2022
1.0.9 1,408 9/7/2022
1.0.8 1,373 8/31/2022
1.0.7 1,458 7/8/2022
1.0.6 1,511 6/15/2022
1.0.5 1,502 5/19/2022
1.0.4 1,373 5/12/2022
1.0.3 1,383 5/12/2022
1.0.2 1,355 5/9/2022
1.0.1 1,307 5/7/2022
1.0.0 1,330 5/7/2022