Skip to content

Commit e21b167

Browse files
committed
uwp note
1 parent 2b0e8a7 commit e21b167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Windows/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
As it is native code, you will need to use a wrapper library such as [LibVLCSharp](https://code.videolan.org/videolan/LibVLCSharp) to use it from .NET.
44

5+
_note: If you are looking to target modern Windows (UWP, Xbox, etc.), the NuGet you want is [VideoLAN.LibVLC.UWP](https://www.nuget.org/packages/VideoLAN.LibVLC.UWP) instead._
6+
57
## What is libvlc?
68

79
`libvlc` is the multimedia framework powering the VLC applications. It is fully opensource, so other apps use it too.
@@ -38,3 +40,4 @@ dotnet add package VideoLAN.LibVLC.Windows
3840

3941
- x64
4042
- x86
43+
- ARM32

0 commit comments

Comments
 (0)