Anjo.Android.Media3.Ui
1.3.0
See the version list below for details.
dotnet add package Anjo.Android.Media3.Ui --version 1.3.0
NuGet\Install-Package Anjo.Android.Media3.Ui -Version 1.3.0
<PackageReference Include="Anjo.Android.Media3.Ui" Version="1.3.0" />
paket add Anjo.Android.Media3.Ui --version 1.3.0
#r "nuget: Anjo.Android.Media3.Ui, 1.3.0"
// Install Anjo.Android.Media3.Ui as a Cake Addin #addin nuget:?package=Anjo.Android.Media3.Ui&version=1.3.0 // Install Anjo.Android.Media3.Ui as a Cake Tool #tool nuget:?package=Anjo.Android.Media3.Ui&version=1.3.0
Anjo.Android.Media3.ExoPlayer
ExoPlayer SDK for .NET for Android (formerly Xamarin.Android) Binding Library - Wael Anjo
A media player is an app-level component that allows playback of video and audio files. Such files can be stored locally or streamed over the Internet. Jetpack Media3 provides a Player interface that defines basic functionality such as the ability to play, pause, seek, and display track information.
ExoPlayer is the default implementation of this interface in Media3. Compared to Android's MediaPlayer API, it adds additional conveniences such as support for multiple streaming protocols, default audio and video renderers, and components that handle media buffering. ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.
While there are several third-party players to choose from, ExoPlayer has been brought into Media3 as the recommended player because its implementations provide a comprehensive set of features that cover most playback use cases. If your app uses ExoPlayer, you also don't need to implement low-level playback controls. https://developer.android.com/guide/topics/media/exoplayer
Migrating ExoPlayer to androidx.media3.exoplayer : https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide Mappings : https://developer.android.com/guide/topics/media/exoplayer/mappings
The release notes document : https://developer.android.com/jetpack/androidx/releases/media3 && https://github.com/androidx/media/blob/release/RELEASENOTES.md
ExoPlayer Android SDK : https://github.com/androidx/media
Star on Github if this project helps you: https://github.com/mhdwaelanjo/Anjo.Android.Media3.ExoPlayer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. |
-
net7.0-android33.0
- Anjo.Android.Media3.Common (>= 1.3.0)
- Xamarin.AndroidX.Annotation (>= 1.7.0.3)
- Xamarin.AndroidX.Media (>= 1.7.0)
- Xamarin.AndroidX.RecyclerView (>= 1.3.2.1)
-
net8.0-android34.0
- Anjo.Android.Media3.Common (>= 1.3.0)
- Xamarin.AndroidX.Annotation (>= 1.7.0.3)
- Xamarin.AndroidX.Media (>= 1.7.0)
- Xamarin.AndroidX.RecyclerView (>= 1.3.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Media3 ExoPlayer SDK v1.3.0