Anjo.Android.Media3.DataSource.Cronet 1.3.0

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

// Install Anjo.Android.Media3.DataSource.Cronet as a Cake Tool
#tool nuget:?package=Anjo.Android.Media3.DataSource.Cronet&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 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. 
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
1.3.0 70 3/29/2024
1.2.1 100 2/8/2024
1.2.0 155 12/22/2023
1.1.1.1 102 10/6/2023
1.1.1 97 10/3/2023

Media3 ExoPlayer SDK v1.3.0