Merge branch 'main' into mu-20240220-tfm-net90

This commit is contained in:
moljac 2024-07-30 20:50:31 +02:00 коммит произвёл GitHub
Родитель 855a04f2ae 08ee35f0b4
Коммит 3b29b6b39a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
44 изменённых файлов: 2492 добавлений и 342 удалений

Просмотреть файл

@ -11,7 +11,7 @@
<!-- Enable DIM/SIM for Classic (defaults to true on .NET) -->
<AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>true</AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>
<!-- Opt out of C#8 features to maintain compatibility with legacy -->
<AndroidBoundInterfacesContainConstants>false</AndroidBoundInterfacesContainConstants>
<AndroidBoundInterfacesContainTypes>false</AndroidBoundInterfacesContainTypes>
@ -42,7 +42,7 @@
<!-- Exclude TF-specific transform files by default -->
<DefaultTransformExcludes>**/*.MonoAndroid*.0.xml;**/*.net*.0-android.xml</DefaultTransformExcludes>
</PropertyGroup>
<!-- Folders that .targets files need to go into -->
<ItemGroup>
<AndroidXNuGetTargetFolders Include="build\net9.0-android34.0" />
@ -198,18 +198,27 @@
<AndroidNamespaceReplacement Include='protolayout' Replacement='ProtoLayout' />
<AndroidNamespaceReplacement Include='quicksettings' Replacement='QuickSettings' />
<AndroidNamespaceReplacement Include='contentcapture' Replacement='ContentCapture' />
<AndroidNamespaceReplacement Include='datasource' Replacement='DataSource' />
<AndroidNamespaceReplacement Include='cronet' Replacement='CroNet' />
<AndroidNamespaceReplacement Include='resolutionselector' Replacement='ResolutionSelector' />
<AndroidNamespaceReplacement Include='streamsharing' Replacement='StreamSharing' />
<AndroidNamespaceReplacement Include='domerrors' Replacement='DomErrors' />
<AndroidNamespaceReplacement Include='publickeycredential' Replacement='PublicKeyCredential' />
<AndroidNamespaceReplacement Include='playservices' Replacement='PlayServices' />
<AndroidNamespaceReplacement Include='webauthn' Replacement='WebAuthn' />
<AndroidNamespaceReplacement Include='reflectionguard' Replacement='ReflectionGuard' />
<AndroidNamespaceReplacement Include='Pulltorefresh' Replacement='PullToRefresh' />
<AndroidNamespaceReplacement Include='OkIO' Replacement='OkIO' />
<AndroidNamespaceReplacement Include='Atomicfu' Replacement='AtomicFU' />
<AndroidNamespaceReplacement Include='Emojipicker' Replacement='EmojiPicker' />
<AndroidNamespaceReplacement Include='domerrors' Replacement='DomErrors' />
<AndroidNamespaceReplacement Include='publickeycredential' Replacement='PublicKeyCredential' />
<AndroidNamespaceReplacement Include='playservices' Replacement='PlayServices' />
<AndroidNamespaceReplacement Include='webauthn' Replacement='WebAuthn' />
<AndroidNamespaceReplacement Include='reflectionguard' Replacement='ReflectionGuard' />
<AndroidNamespaceReplacement Include='Pulltorefresh' Replacement='PullToRefresh' />
<AndroidNamespaceReplacement Include='Mediacodec' Replacement='MediaCodec' />
<AndroidNamespaceReplacement Include='Smoothstreaming' Replacement='SmoothStreaming' />
<AndroidNamespaceReplacement Include='Trackselection' Replacement='TrackSelection' />
<AndroidNamespaceReplacement Include='Mediaparser' Replacement='MediaParser' />
<AndroidNamespaceReplacement Include='Workmanager' Replacement='WorkManager' />
<AndroidNamespaceReplacement Include='Interactivemedia' Replacement='InteractiveMedia' />
<AndroidNamespaceReplacement Include='Antmedia' Replacement='AntMedia' />
<AndroidNamespaceReplacement Include='RTMP' Replacement='Rtmp' />
<AndroidNamespaceReplacement Include='OkIO' Replacement='OkIO' />
<AndroidNamespaceReplacement Include='Atomicfu' Replacement='AtomicFU' />
<AndroidNamespaceReplacement Include='Emojipicker' Replacement='EmojiPicker' />
<AndroidNamespaceReplacement Include='privacysandbox' Replacement='PrivacySandbox' />
<AndroidNamespaceReplacement Include='adservices' Replacement='AdServices' />
<AndroidNamespaceReplacement Include='adid' Replacement='AdId' />
@ -218,4 +227,5 @@
<AndroidNamespaceReplacement Include='customaudience' Replacement='CustomAudience' />
<AndroidNamespaceReplacement Include='mediaextensions' Replacement='MediaExtensions' />
</ItemGroup>
</Project>

Просмотреть файл

@ -7,9 +7,9 @@
"maven": {
"artifactId": "activity",
"groupId": "androidx.activity",
"version": "1.9.0",
"version": "1.9.1",
"nuGetId": "Xamarin.AndroidX.Activity",
"nuGetVersion": "1.9.0.4"
"nuGetVersion": "1.9.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -20,9 +20,9 @@
"maven": {
"artifactId": "activity-compose",
"groupId": "androidx.activity",
"version": "1.9.0",
"version": "1.9.1",
"nuGetId": "Xamarin.AndroidX.Activity.Compose",
"nuGetVersion": "1.9.0.4"
"nuGetVersion": "1.9.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -33,9 +33,9 @@
"maven": {
"artifactId": "activity-ktx",
"groupId": "androidx.activity",
"version": "1.9.0",
"version": "1.9.1",
"nuGetId": "Xamarin.AndroidX.Activity.Ktx",
"nuGetVersion": "1.9.0.4"
"nuGetVersion": "1.9.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -85,9 +85,9 @@
"maven": {
"artifactId": "annotation",
"groupId": "androidx.annotation",
"version": "1.8.0",
"version": "1.8.1",
"nuGetId": "Xamarin.AndroidX.Annotation",
"nuGetVersion": "1.8.0.1"
"nuGetVersion": "1.8.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -111,9 +111,9 @@
"maven": {
"artifactId": "annotation-jvm",
"groupId": "androidx.annotation",
"version": "1.8.0",
"version": "1.8.1",
"nuGetId": "Xamarin.AndroidX.Annotation.Jvm",
"nuGetVersion": "1.8.0.1"
"nuGetVersion": "1.8.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -358,9 +358,9 @@
"maven": {
"artifactId": "collection",
"groupId": "androidx.collection",
"version": "1.4.0",
"version": "1.4.2",
"nuGetId": "Xamarin.AndroidX.Collection",
"nuGetVersion": "1.4.0.6"
"nuGetVersion": "1.4.2"
}
},
"license": "The Apache Software License, Version 2.0"
@ -371,9 +371,9 @@
"maven": {
"artifactId": "collection-jvm",
"groupId": "androidx.collection",
"version": "1.4.0",
"version": "1.4.2",
"nuGetId": "Xamarin.AndroidX.Collection.Jvm",
"nuGetVersion": "1.4.0.5"
"nuGetVersion": "1.4.2"
}
},
"license": "The Apache Software License, Version 2.0"
@ -384,9 +384,9 @@
"maven": {
"artifactId": "collection-ktx",
"groupId": "androidx.collection",
"version": "1.4.0",
"version": "1.4.2",
"nuGetId": "Xamarin.AndroidX.Collection.Ktx",
"nuGetVersion": "1.4.0.5"
"nuGetVersion": "1.4.2"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1255,9 +1255,9 @@
"maven": {
"artifactId": "databinding-adapters",
"groupId": "androidx.databinding",
"version": "8.5.0",
"version": "8.5.1",
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingAdapters",
"nuGetVersion": "8.5.0.1"
"nuGetVersion": "8.5.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1268,9 +1268,9 @@
"maven": {
"artifactId": "databinding-common",
"groupId": "androidx.databinding",
"version": "8.5.0",
"version": "8.5.1",
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingCommon",
"nuGetVersion": "8.5.0.1"
"nuGetVersion": "8.5.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1281,9 +1281,9 @@
"maven": {
"artifactId": "databinding-runtime",
"groupId": "androidx.databinding",
"version": "8.5.0",
"version": "8.5.1",
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingRuntime",
"nuGetVersion": "8.5.0.1"
"nuGetVersion": "8.5.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1294,9 +1294,9 @@
"maven": {
"artifactId": "viewbinding",
"groupId": "androidx.databinding",
"version": "8.5.0",
"version": "8.5.1",
"nuGetId": "Xamarin.AndroidX.DataBinding.ViewBinding",
"nuGetVersion": "8.5.0.1"
"nuGetVersion": "8.5.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1645,9 +1645,9 @@
"maven": {
"artifactId": "fragment",
"groupId": "androidx.fragment",
"version": "1.8.1",
"version": "1.8.2",
"nuGetId": "Xamarin.AndroidX.Fragment",
"nuGetVersion": "1.8.1.1"
"nuGetVersion": "1.8.2"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1658,9 +1658,9 @@
"maven": {
"artifactId": "fragment-ktx",
"groupId": "androidx.fragment",
"version": "1.8.1",
"version": "1.8.2",
"nuGetId": "Xamarin.AndroidX.Fragment.Ktx",
"nuGetVersion": "1.8.1.1"
"nuGetVersion": "1.8.2"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1801,9 +1801,9 @@
"maven": {
"artifactId": "lifecycle-common",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Common",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1814,9 +1814,9 @@
"maven": {
"artifactId": "lifecycle-common-java8",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Common.Java8",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1827,9 +1827,9 @@
"maven": {
"artifactId": "lifecycle-common-jvm",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Common.Jvm",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1853,9 +1853,9 @@
"maven": {
"artifactId": "lifecycle-livedata",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.LiveData",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1866,9 +1866,9 @@
"maven": {
"artifactId": "lifecycle-livedata-core",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.LiveData.Core",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1879,9 +1879,9 @@
"maven": {
"artifactId": "lifecycle-livedata-core-ktx",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1892,9 +1892,9 @@
"maven": {
"artifactId": "lifecycle-livedata-ktx",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.LiveData.Ktx",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1905,9 +1905,9 @@
"maven": {
"artifactId": "lifecycle-process",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Process",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1918,9 +1918,9 @@
"maven": {
"artifactId": "lifecycle-reactivestreams",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ReactiveStreams",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1931,9 +1931,9 @@
"maven": {
"artifactId": "lifecycle-reactivestreams-ktx",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1944,9 +1944,9 @@
"maven": {
"artifactId": "lifecycle-runtime",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Runtime",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1957,9 +1957,9 @@
"maven": {
"artifactId": "lifecycle-runtime-android",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Runtime.Android",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1970,9 +1970,9 @@
"maven": {
"artifactId": "lifecycle-runtime-ktx",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Runtime.Ktx",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1983,9 +1983,9 @@
"maven": {
"artifactId": "lifecycle-runtime-ktx-android",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Runtime.Ktx.Android",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -1996,9 +1996,9 @@
"maven": {
"artifactId": "lifecycle-service",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.Service",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2009,9 +2009,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModel",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2022,9 +2022,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel-android",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Android",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2035,9 +2035,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel-compose",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Compose",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2048,9 +2048,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel-compose-android",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Compose.Android",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2061,9 +2061,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel-ktx",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2074,9 +2074,9 @@
"maven": {
"artifactId": "lifecycle-viewmodel-savedstate",
"groupId": "androidx.lifecycle",
"version": "2.8.3",
"version": "2.8.4",
"nuGetId": "Xamarin.AndroidX.Lifecycle.ViewModelSavedState",
"nuGetVersion": "2.8.3.1"
"nuGetVersion": "2.8.4"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2159,6 +2159,253 @@
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-cast",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Cast",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-common",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Common",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-database",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Database",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-datasource",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.DataSource",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-datasource-cronet",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.DataSource.CroNet",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-datasource-rtmp",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.DataSource.Rtmp",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-decoder",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Decoder",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-effect",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Effect",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer-dash",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer.Dash",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer-hls",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer.Hls",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer-rtsp",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer.Rtsp",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer-smoothstreaming",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer.SmoothStreaming",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-exoplayer-workmanager",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.ExoPlayer.WorkManager",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-extractor",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Extractor",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-session",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Session",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-transformer",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Transformer",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-ui",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Ui",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "media3-ui-leanback",
"groupId": "androidx.media3",
"version": "1.0.2",
"nuGetId": "Xamarin.AndroidX.Media3.Ui.Leanback",
"nuGetVersion": "1.0.2"
}
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
@ -2308,9 +2555,9 @@
"maven": {
"artifactId": "paging-common",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.Common",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2321,9 +2568,9 @@
"maven": {
"artifactId": "paging-common-jvm",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.Common.Jvm",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2334,9 +2581,9 @@
"maven": {
"artifactId": "paging-common-ktx",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.Common.Ktx",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2347,9 +2594,9 @@
"maven": {
"artifactId": "paging-runtime",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.Runtime",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2360,9 +2607,9 @@
"maven": {
"artifactId": "paging-runtime-ktx",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.Runtime.Ktx",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2373,9 +2620,9 @@
"maven": {
"artifactId": "paging-rxjava2",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.RxJava2",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2386,9 +2633,9 @@
"maven": {
"artifactId": "paging-rxjava2-ktx",
"groupId": "androidx.paging",
"version": "3.3.0",
"version": "3.3.1",
"nuGetId": "Xamarin.AndroidX.Paging.RxJava2.Ktx",
"nuGetVersion": "3.3.0.1"
"nuGetVersion": "3.3.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -2802,9 +3049,9 @@
"maven": {
"artifactId": "transition",
"groupId": "androidx.transition",
"version": "1.5.0",
"version": "1.5.1",
"nuGetId": "Xamarin.AndroidX.Transition",
"nuGetVersion": "1.5.0.3"
"nuGetVersion": "1.5.1"
}
},
"license": "The Apache Software License, Version 2.0"
@ -3793,6 +4040,18 @@
},
"license": "The Apache Software License, Version 2.0"
},
{
"component": {
"type": "maven",
"maven": {
"artifactId": "rtmp-client",
"groupId": "io.antmedia",
"version": "3.2.0",
"nuGetId": "Xamarin.Android.AntMedia.RtmpClient",
"nuGetVersion": "3.2.0"
}
}
},
{
"component": {
"type": "maven",

Просмотреть файл

@ -39,24 +39,24 @@
{
"groupId": "androidx.activity",
"artifactId": "activity",
"version": "1.9.0",
"nugetVersion": "1.9.0.4",
"version": "1.9.1",
"nugetVersion": "1.9.1",
"nugetId": "Xamarin.AndroidX.Activity",
"dependencyOnly": false
},
{
"groupId": "androidx.activity",
"artifactId": "activity-compose",
"version": "1.9.0",
"nugetVersion": "1.9.0.4",
"version": "1.9.1",
"nugetVersion": "1.9.1",
"nugetId": "Xamarin.AndroidX.Activity.Compose",
"dependencyOnly": false
},
{
"groupId": "androidx.activity",
"artifactId": "activity-ktx",
"version": "1.9.0",
"nugetVersion": "1.9.0.4",
"version": "1.9.1",
"nugetVersion": "1.9.1",
"nugetId": "Xamarin.AndroidX.Activity.Ktx",
"dependencyOnly": false
},
@ -87,8 +87,8 @@
{
"groupId": "androidx.annotation",
"artifactId": "annotation",
"version": "1.8.0",
"nugetVersion": "1.8.0.1",
"version": "1.8.1",
"nugetVersion": "1.8.1",
"nugetId": "Xamarin.AndroidX.Annotation",
"dependencyOnly": false,
"extraDependencies": "androidx.annotation.annotation-jvm"
@ -104,8 +104,8 @@
{
"groupId": "androidx.annotation",
"artifactId": "annotation-jvm",
"version": "1.8.0",
"nugetVersion": "1.8.0.1",
"version": "1.8.1",
"nugetVersion": "1.8.1",
"nugetId": "Xamarin.AndroidX.Annotation.Jvm",
"dependencyOnly": false
},
@ -256,24 +256,24 @@
{
"groupId": "androidx.collection",
"artifactId": "collection",
"version": "1.4.0",
"nugetVersion": "1.4.0.6",
"version": "1.4.2",
"nugetVersion": "1.4.2",
"nugetId": "Xamarin.AndroidX.Collection",
"dependencyOnly": false
},
{
"groupId": "androidx.collection",
"artifactId": "collection-jvm",
"version": "1.4.0",
"nugetVersion": "1.4.0.5",
"version": "1.4.2",
"nugetVersion": "1.4.2",
"nugetId": "Xamarin.AndroidX.Collection.Jvm",
"dependencyOnly": false
},
{
"groupId": "androidx.collection",
"artifactId": "collection-ktx",
"version": "1.4.0",
"nugetVersion": "1.4.0.5",
"version": "1.4.2",
"nugetVersion": "1.4.2",
"nugetId": "Xamarin.AndroidX.Collection.Ktx",
"dependencyOnly": false
},
@ -808,32 +808,32 @@
{
"groupId": "androidx.databinding",
"artifactId": "databinding-adapters",
"version": "8.5.0",
"nugetVersion": "8.5.0.1",
"version": "8.5.1",
"nugetVersion": "8.5.1",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingAdapters",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "databinding-common",
"version": "8.5.0",
"nugetVersion": "8.5.0.1",
"version": "8.5.1",
"nugetVersion": "8.5.1",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingCommon",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "databinding-runtime",
"version": "8.5.0",
"nugetVersion": "8.5.0.1",
"version": "8.5.1",
"nugetVersion": "8.5.1",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingRuntime",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "viewbinding",
"version": "8.5.0",
"nugetVersion": "8.5.0.1",
"version": "8.5.1",
"nugetVersion": "8.5.1",
"nugetId": "Xamarin.AndroidX.DataBinding.ViewBinding",
"dependencyOnly": false
},
@ -1050,16 +1050,16 @@
{
"groupId": "androidx.fragment",
"artifactId": "fragment",
"version": "1.8.1",
"nugetVersion": "1.8.1.1",
"version": "1.8.2",
"nugetVersion": "1.8.2",
"nugetId": "Xamarin.AndroidX.Fragment",
"dependencyOnly": false
},
{
"groupId": "androidx.fragment",
"artifactId": "fragment-ktx",
"version": "1.8.1",
"nugetVersion": "1.8.1.1",
"version": "1.8.2",
"nugetVersion": "1.8.2",
"nugetId": "Xamarin.AndroidX.Fragment.Ktx",
"dependencyOnly": false
},
@ -1146,24 +1146,24 @@
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-common",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Common",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-common-java8",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Common.Java8",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-common-jvm",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Common.Jvm",
"dependencyOnly": false
},
@ -1178,144 +1178,144 @@
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-livedata",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.LiveData",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-livedata-core",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.LiveData.Core",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-livedata-core-ktx",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-livedata-ktx",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.LiveData.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-process",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Process",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-reactivestreams",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ReactiveStreams",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-reactivestreams-ktx",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-runtime",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Runtime",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-runtime-android",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Runtime.Android",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-runtime-ktx",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Runtime.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-runtime-ktx-android",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Runtime.Ktx.Android",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-service",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.Service",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-android",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Android",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-compose",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Compose",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-compose-android",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Compose.Android",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-ktx",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.lifecycle",
"artifactId": "lifecycle-viewmodel-savedstate",
"version": "2.8.3",
"nugetVersion": "2.8.3.1",
"version": "2.8.4",
"nugetVersion": "2.8.4",
"nugetId": "Xamarin.AndroidX.Lifecycle.ViewModelSavedState",
"dependencyOnly": false
},
@ -1367,6 +1367,158 @@
"nugetId": "Xamarin.AndroidX.Media2.Widget",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-cast",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Cast",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-common",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Common",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-database",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Database",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-datasource",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.DataSource",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-datasource-cronet",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.DataSource.CroNet",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-datasource-rtmp",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.DataSource.Rtmp",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-decoder",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Decoder",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-effect",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Effect",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer-dash",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer.Dash",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer-hls",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer.Hls",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer-rtsp",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer.Rtsp",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer-smoothstreaming",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer.SmoothStreaming",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-exoplayer-workmanager",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.ExoPlayer.WorkManager",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-extractor",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Extractor",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-session",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Session",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-transformer",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Transformer",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-ui",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Ui",
"dependencyOnly": false
},
{
"groupId": "androidx.media3",
"artifactId": "media3-ui-leanback",
"version": "1.0.2",
"nugetVersion": "1.0.2",
"nugetId": "Xamarin.AndroidX.Media3.Ui.Leanback",
"dependencyOnly": false
},
{
"groupId": "androidx.mediarouter",
"artifactId": "mediarouter",
@ -1458,56 +1610,56 @@
{
"groupId": "androidx.paging",
"artifactId": "paging-common",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.Common",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-common-jvm",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.Common.Jvm",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-common-ktx",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.Common.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-runtime",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.Runtime",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-runtime-ktx",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.Runtime.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-rxjava2",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.RxJava2",
"dependencyOnly": false
},
{
"groupId": "androidx.paging",
"artifactId": "paging-rxjava2-ktx",
"version": "3.3.0",
"nugetVersion": "3.3.0.1",
"version": "3.3.1",
"nugetVersion": "3.3.1",
"nugetId": "Xamarin.AndroidX.Paging.RxJava2.Ktx",
"dependencyOnly": false
},
@ -1762,8 +1914,8 @@
{
"groupId": "androidx.transition",
"artifactId": "transition",
"version": "1.5.0",
"nugetVersion": "1.5.0.3",
"version": "1.5.1",
"nugetVersion": "1.5.1",
"nugetId": "Xamarin.AndroidX.Transition",
"dependencyOnly": false,
"extraDependencies": "androidx.fragment.fragment"
@ -2417,6 +2569,15 @@
"dependencyOnly": false,
"templateSet": "rxjava"
},
{
"groupId": "io.antmedia",
"artifactId": "rtmp-client",
"version": "3.2.0",
"nugetVersion": "3.2.0",
"nugetId": "Xamarin.Android.AntMedia.RtmpClient",
"dependencyOnly": false,
"templateSet": "antmedia-rtpm-client"
},
{
"groupId": "org.checkerframework",
"artifactId": "checker-compat-qual",
@ -2687,6 +2848,22 @@
"nugetId": "Xamarin.AndroidX.Wear.Tiles.Proto",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-ads-identifier",
"version": "18.0.1",
"nugetVersion": "118.0.1.3",
"nugetId": "Xamarin.GooglePlayServices.Ads.Identifier",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-ads-identifier",
"version": "18.0.1",
"nugetVersion": "118.0.1.3",
"nugetId": "Xamarin.GooglePlayServices.Ads.Identifier",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-appindex",
@ -2695,6 +2872,14 @@
"nugetId": "Xamarin.GooglePlayServices.AppIndex",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-appset",
"version": "16.0.2",
"nugetVersion": "16.0.2.3",
"nugetId": "Xamarin.GooglePlayServices.AppSet",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-auth",
@ -2703,6 +2888,14 @@
"nugetId": "Xamarin.GooglePlayServices.Auth",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-base",
"version": "18.1.0",
"nugetVersion": "118.1.0.1",
"nugetId": "Xamarin.GooglePlayServices.Base",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-basement",
@ -2711,6 +2904,22 @@
"nugetId": "Xamarin.GooglePlayServices.Basement",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-cast-framework",
"version": "21.2.0",
"nugetVersion": "121.2.0.1",
"nugetId": "Xamarin.GooglePlayServices.Cast.Framework",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-cronet",
"version": "18.0.1",
"nugetVersion": "118.0.1.5",
"nugetId": "Xamarin.GooglePlayServices.CroNet",
"dependencyOnly": true
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-fido",
@ -3052,7 +3261,25 @@
"outputFileRule": "generated/{groupid}.{artifactid}/{groupid}.{artifactid}.slnf"
}
]
},
{
"name": "antmedia-rtpm-client",
"mavenRepositoryType": "MavenCentral",
"templates": [
{
"templateFile": "templates/antmedia-rtpm-client/Project.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/{groupid}.{artifactid}.csproj"
},
{
"templateFile": "templates/antmedia-rtpm-client/NuGetReadMe.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/readme.md"
},
{
"templateFile": "source/AndroidXSolutionFilter.cshtml",
"outputFileRule": "generated/{groupid}.{artifactid}/{groupid}.{artifactid}.slnf"
}
]
}
]
}
]
]

Просмотреть файл

@ -171,155 +171,175 @@
| 164|androidx.media2:media2-common |Xamarin.AndroidX.Media2.Common |
| 165|androidx.media2:media2-session |Xamarin.AndroidX.Media2.Session |
| 166|androidx.media2:media2-widget |Xamarin.AndroidX.Media2.Widget |
| 167|androidx.mediarouter:mediarouter |Xamarin.AndroidX.MediaRouter |
| 168|androidx.multidex:multidex |Xamarin.AndroidX.MultiDex |
| 169|androidx.navigation:navigation-common |Xamarin.AndroidX.Navigation.Common |
| 170|androidx.navigation:navigation-common-ktx |Xamarin.AndroidX.Navigation.Common.Ktx |
| 171|androidx.navigation:navigation-compose |Xamarin.AndroidX.Navigation.Compose |
| 172|androidx.navigation:navigation-fragment |Xamarin.AndroidX.Navigation.Fragment |
| 173|androidx.navigation:navigation-fragment-ktx |Xamarin.AndroidX.Navigation.Fragment.Ktx |
| 174|androidx.navigation:navigation-runtime |Xamarin.AndroidX.Navigation.Runtime |
| 175|androidx.navigation:navigation-runtime-ktx |Xamarin.AndroidX.Navigation.Runtime.Ktx |
| 176|androidx.navigation:navigation-ui |Xamarin.AndroidX.Navigation.UI |
| 177|androidx.navigation:navigation-ui-ktx |Xamarin.AndroidX.Navigation.UI.Ktx |
| 178|androidx.paging:paging-common |Xamarin.AndroidX.Paging.Common |
| 179|androidx.paging:paging-common-jvm |Xamarin.AndroidX.Paging.Common.Jvm |
| 180|androidx.paging:paging-common-ktx |Xamarin.AndroidX.Paging.Common.Ktx |
| 181|androidx.paging:paging-runtime |Xamarin.AndroidX.Paging.Runtime |
| 182|androidx.paging:paging-runtime-ktx |Xamarin.AndroidX.Paging.Runtime.Ktx |
| 183|androidx.paging:paging-rxjava2 |Xamarin.AndroidX.Paging.RxJava2 |
| 184|androidx.paging:paging-rxjava2-ktx |Xamarin.AndroidX.Paging.RxJava2.Ktx |
| 185|androidx.palette:palette |Xamarin.AndroidX.Palette |
| 186|androidx.palette:palette-ktx |Xamarin.AndroidX.Palette.Palette.Ktx |
| 187|androidx.percentlayout:percentlayout |Xamarin.AndroidX.PercentLayout |
| 188|androidx.preference:preference |Xamarin.AndroidX.Preference |
| 189|androidx.preference:preference-ktx |Xamarin.AndroidX.Preference.Preference.Ktx |
| 190|androidx.print:print |Xamarin.AndroidX.Print |
| 191|androidx.privacysandbox.ads:ads-adservices |Xamarin.AndroidX.PrivacySandbox.Ads.AdsServices |
| 192|androidx.privacysandbox.ads:ads-adservices-java |Xamarin.AndroidX.PrivacySandbox.Ads.AdsServices.Java |
| 193|androidx.profileinstaller:profileinstaller |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |
| 194|androidx.recommendation:recommendation |Xamarin.AndroidX.Recommendation |
| 195|androidx.recyclerview:recyclerview |Xamarin.AndroidX.RecyclerView |
| 196|androidx.recyclerview:recyclerview-selection |Xamarin.AndroidX.RecyclerView.Selection |
| 197|androidx.resourceinspection:resourceinspection-annotation |Xamarin.AndroidX.ResourceInspection.Annotation |
| 198|androidx.room:room-common |Xamarin.AndroidX.Room.Common |
| 199|androidx.room:room-guava |Xamarin.AndroidX.Room.Guava |
| 200|androidx.room:room-ktx |Xamarin.AndroidX.Room.Room.Ktx |
| 201|androidx.room:room-runtime |Xamarin.AndroidX.Room.Runtime |
| 202|androidx.room:room-rxjava2 |Xamarin.AndroidX.Room.Room.RxJava2 |
| 203|androidx.room:room-rxjava3 |Xamarin.AndroidX.Room.Room.RxJava3 |
| 204|androidx.savedstate:savedstate |Xamarin.AndroidX.SavedState |
| 205|androidx.savedstate:savedstate-ktx |Xamarin.AndroidX.SavedState.SavedState.Ktx |
| 206|androidx.security:security-crypto |Xamarin.AndroidX.Security.SecurityCrypto |
| 207|androidx.slice:slice-builders |Xamarin.AndroidX.Slice.Builders |
| 208|androidx.slice:slice-core |Xamarin.AndroidX.Slice.Core |
| 209|androidx.slice:slice-view |Xamarin.AndroidX.Slice.View |
| 210|androidx.slidingpanelayout:slidingpanelayout |Xamarin.AndroidX.SlidingPaneLayout |
| 211|androidx.sqlite:sqlite |Xamarin.AndroidX.Sqlite |
| 212|androidx.sqlite:sqlite-framework |Xamarin.AndroidX.Sqlite.Framework |
| 213|androidx.startup:startup-runtime |Xamarin.AndroidX.Startup.StartupRuntime |
| 214|androidx.swiperefreshlayout:swiperefreshlayout |Xamarin.AndroidX.SwipeRefreshLayout |
| 215|androidx.tracing:tracing |Xamarin.AndroidX.Tracing.Tracing |
| 216|androidx.transition:transition |Xamarin.AndroidX.Transition |
| 217|androidx.tvprovider:tvprovider |Xamarin.AndroidX.TvProvider |
| 218|androidx.vectordrawable:vectordrawable |Xamarin.AndroidX.VectorDrawable |
| 219|androidx.vectordrawable:vectordrawable-animated |Xamarin.AndroidX.VectorDrawable.Animated |
| 220|androidx.versionedparcelable:versionedparcelable |Xamarin.AndroidX.VersionedParcelable |
| 221|androidx.viewpager:viewpager |Xamarin.AndroidX.ViewPager |
| 222|androidx.viewpager2:viewpager2 |Xamarin.AndroidX.ViewPager2 |
| 223|androidx.wear:wear |Xamarin.AndroidX.Wear |
| 224|androidx.wear:wear-input |Xamarin.AndroidX.Wear.Input |
| 225|androidx.wear:wear-ongoing |Xamarin.AndroidX.Wear.Ongoing |
| 226|androidx.wear:wear-phone-interactions |Xamarin.AndroidX.Wear.PhoneInteractions |
| 227|androidx.wear:wear-remote-interactions |Xamarin.AndroidX.Wear.RemoteInteractions |
| 228|androidx.wear.compose:compose-foundation |Xamarin.AndroidX.Wear.Compose.Foundation |
| 229|androidx.wear.compose:compose-material |Xamarin.AndroidX.Wear.Compose.Material |
| 230|androidx.wear.compose:compose-material-core |Xamarin.AndroidX.Wear.Compose.Material.Core |
| 231|androidx.wear.compose:compose-navigation |Xamarin.AndroidX.Wear.Compose.Navigation |
| 232|androidx.wear.protolayout:protolayout |Xamarin.AndroidX.Wear.ProtoLayout |
| 233|androidx.wear.protolayout:protolayout-expression |Xamarin.AndroidX.Wear.ProtoLayout.Expression |
| 234|androidx.wear.protolayout:protolayout-expression-pipeline |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |
| 235|androidx.wear.protolayout:protolayout-proto |Xamarin.AndroidX.Wear.ProtoLayout.Proto |
| 236|androidx.wear.tiles:tiles |Xamarin.AndroidX.Wear.Tiles |
| 237|androidx.wear.tiles:tiles-material |Xamarin.AndroidX.Wear.Tiles.Material |
| 238|androidx.wear.tiles:tiles-proto |Xamarin.AndroidX.Wear.Tiles.Proto |
| 239|androidx.wear.tiles:tiles-renderer |Xamarin.AndroidX.Wear.Tiles.Renderer |
| 240|androidx.wear.watchface:watchface |Xamarin.AndroidX.Wear.WatchFace |
| 241|androidx.wear.watchface:watchface-client |Xamarin.AndroidX.Wear.WatchFace.Client |
| 242|androidx.wear.watchface:watchface-client-guava |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |
| 243|androidx.wear.watchface:watchface-complications |Xamarin.AndroidX.Wear.WatchFace.Complications |
| 244|androidx.wear.watchface:watchface-complications-data |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |
| 245|androidx.wear.watchface:watchface-complications-data-source |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |
| 246|androidx.wear.watchface:watchface-complications-data-source-ktx |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |
| 247|androidx.wear.watchface:watchface-complications-rendering |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |
| 248|androidx.wear.watchface:watchface-data |Xamarin.AndroidX.Wear.WatchFace.Data |
| 249|androidx.wear.watchface:watchface-guava |Xamarin.AndroidX.Wear.WatchFace.Guava |
| 250|androidx.wear.watchface:watchface-style |Xamarin.AndroidX.Wear.WatchFace.Style |
| 251|androidx.webkit:webkit |Xamarin.AndroidX.WebKit |
| 252|androidx.window:window |Xamarin.AndroidX.Window |
| 253|androidx.window:window-extensions |Xamarin.AndroidX.Window.WindowExtensions |
| 254|androidx.window:window-java |Xamarin.AndroidX.Window.WindowJava |
| 255|androidx.window:window-rxjava2 |Xamarin.AndroidX.Window.WindowRxJava2 |
| 256|androidx.window:window-rxjava3 |Xamarin.AndroidX.Window.WindowRxJava3 |
| 257|androidx.window.extensions.core:core |Xamarin.AndroidX.Window.Extensions.Core.Core |
| 258|androidx.work:work-runtime |Xamarin.AndroidX.Work.Runtime |
| 259|androidx.work:work-runtime-ktx |Xamarin.AndroidX.Work.Work.Runtime.Ktx |
| 260|com.android.installreferrer:installreferrer |Xamarin.Google.Android.InstallReferrer |
| 261|com.google.accompanist:accompanist-appcompat-theme |Xamarin.Google.Accompanist.AppCompat.Theme |
| 262|com.google.accompanist:accompanist-drawablepainter |Xamarin.Google.Accompanist.DrawablePainter |
| 263|com.google.accompanist:accompanist-flowlayout |Xamarin.Google.Accompanist.FlowLayout |
| 264|com.google.accompanist:accompanist-pager |Xamarin.Google.Accompanist.Pager |
| 265|com.google.accompanist:accompanist-pager-indicators |Xamarin.Google.Accompanist.Pager.Indicators |
| 266|com.google.accompanist:accompanist-permissions |Xamarin.Google.Accompanist.Permissions |
| 267|com.google.accompanist:accompanist-placeholder |Xamarin.Google.Accompanist.Placeholder |
| 268|com.google.accompanist:accompanist-placeholder-material |Xamarin.Google.Accompanist.Placeholder.Material |
| 269|com.google.accompanist:accompanist-swiperefresh |Xamarin.Google.Accompanist.SwipeRefresh |
| 270|com.google.accompanist:accompanist-systemuicontroller |Xamarin.Google.Accompanist.SystemUIController |
| 271|com.google.android.material:compose-theme-adapter |Xamarin.Google.Android.Material.Compose.Theme.Adapter |
| 272|com.google.android.material:compose-theme-adapter-3 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |
| 273|com.google.android.material:material |Xamarin.Google.Android.Material |
| 274|com.google.assistant.appactions:suggestions |Xamarin.Google.Assistant.AppActions.Suggestions |
| 275|com.google.assistant.appactions:widgets |Xamarin.Google.Assistant.AppActions.Widgets |
| 276|com.google.auto.value:auto-value-annotations |Xamarin.Google.AutoValue.Annotations |
| 277|com.google.code.gson:gson |GoogleGson |
| 278|com.google.crypto.tink:tink-android |Xamarin.Google.Crypto.Tink.Android |
| 279|com.google.flogger:flogger |Xamarin.Flogger |
| 280|com.google.flogger:flogger-system-backend |Xamarin.Flogger.SystemBackend |
| 281|com.google.guava:failureaccess |Xamarin.Google.Guava.FailureAccess |
| 282|com.google.guava:guava |Xamarin.Google.Guava |
| 283|com.google.guava:listenablefuture |Xamarin.Google.Guava.ListenableFuture |
| 284|com.google.j2objc:j2objc-annotations |Xamarin.Google.J2Objc.Annotations |
| 285|dev.chrisbanes.snapper:snapper |Xamarin.Dev.ChrisBanes.Snapper |
| 286|io.github.aakira:napier |Xamarin.AAkira.Napier |
| 287|io.reactivex.rxjava2:rxandroid |Xamarin.Android.ReactiveX.RxAndroid |
| 288|io.reactivex.rxjava2:rxjava |Xamarin.Android.ReactiveX.RxJava |
| 289|io.reactivex.rxjava2:rxkotlin |Xamarin.Android.ReactiveX.RxKotlin |
| 290|io.reactivex.rxjava3:rxandroid |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |
| 291|io.reactivex.rxjava3:rxjava |Xamarin.Android.ReactiveX.RxJava3.RxJava |
| 292|io.reactivex.rxjava3:rxkotlin |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |
| 293|org.checkerframework:checker-compat-qual |Xamarin.CheckerFramework.CheckerCompatQual |
| 294|org.checkerframework:checker-qual |Xamarin.CheckerFramework.CheckerQual |
| 295|org.jetbrains:annotations |Xamarin.Jetbrains.Annotations |
| 296|org.jetbrains.kotlin:kotlin-android-extensions-runtime |Xamarin.Kotlin.Android.Extensions.Runtime.Library |
| 297|org.jetbrains.kotlin:kotlin-parcelize-runtime |Xamarin.Kotlin.Parcelize.Runtime |
| 298|org.jetbrains.kotlin:kotlin-reflect |Xamarin.Kotlin.Reflect |
| 299|org.jetbrains.kotlin:kotlin-stdlib |Xamarin.Kotlin.StdLib |
| 300|org.jetbrains.kotlin:kotlin-stdlib-common |Xamarin.Kotlin.StdLib.Common |
| 301|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |Xamarin.Kotlin.StdLib.Jdk7 |
| 302|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |Xamarin.Kotlin.StdLib.Jdk8 |
| 303|org.jetbrains.kotlinx:atomicfu |Xamarin.KotlinX.AtomicFU |
| 304|org.jetbrains.kotlinx:atomicfu-jvm |Xamarin.KotlinX.AtomicFU.Jvm |
| 305|org.jetbrains.kotlinx:kotlinx-coroutines-android |Xamarin.KotlinX.Coroutines.Android |
| 306|org.jetbrains.kotlinx:kotlinx-coroutines-core |Xamarin.KotlinX.Coroutines.Core |
| 307|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |Xamarin.KotlinX.Coroutines.Core.Jvm |
| 308|org.jetbrains.kotlinx:kotlinx-coroutines-guava |Xamarin.KotlinX.Coroutines.Guava |
| 309|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |Xamarin.KotlinX.Coroutines.Jdk8 |
| 310|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |Xamarin.KotlinX.Coroutines.Play.Services |
| 311|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |Xamarin.KotlinX.Coroutines.Reactive |
| 312|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |Xamarin.KotlinX.Coroutines.Rx2 |
| 313|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |Xamarin.KotlinX.Coroutines.Rx3 |
| 314|org.jetbrains.kotlinx:kotlinx-serialization-core |Xamarin.KotlinX.Serialization.Core |
| 315|org.jetbrains.kotlinx:kotlinx-serialization-core-jvm |Xamarin.KotlinX.Serialization.Core.Jvm |
| 316|org.jetbrains.kotlinx:kotlinx-serialization-protobuf |Xamarin.KotlinX.Serialization.Protobuf |
| 317|org.jetbrains.kotlinx:kotlinx-serialization-protobuf-jvm |Xamarin.KotlinX.Serialization.Protobuf.Jvm |
| 318|org.reactivestreams:reactive-streams |Xamarin.Android.ReactiveStreams |
| 167|androidx.media3:media3-cast |Xamarin.AndroidX.Media3.Cast |
| 168|androidx.media3:media3-common |Xamarin.AndroidX.Media3.Common |
| 169|androidx.media3:media3-database |Xamarin.AndroidX.Media3.Database |
| 170|androidx.media3:media3-datasource |Xamarin.AndroidX.Media3.DataSource |
| 171|androidx.media3:media3-datasource-cronet |Xamarin.AndroidX.Media3.DataSource.CroNet |
| 172|androidx.media3:media3-datasource-rtmp |Xamarin.AndroidX.Media3.DataSource.Rtmp |
| 173|androidx.media3:media3-decoder |Xamarin.AndroidX.Media3.Decoder |
| 174|androidx.media3:media3-effect |Xamarin.AndroidX.Media3.Effect |
| 175|androidx.media3:media3-exoplayer |Xamarin.AndroidX.Media3.ExoPlayer |
| 176|androidx.media3:media3-exoplayer-dash |Xamarin.AndroidX.Media3.ExoPlayer.Dash |
| 177|androidx.media3:media3-exoplayer-hls |Xamarin.AndroidX.Media3.ExoPlayer.Hls |
| 178|androidx.media3:media3-exoplayer-rtsp |Xamarin.AndroidX.Media3.ExoPlayer.Rtsp |
| 179|androidx.media3:media3-exoplayer-smoothstreaming |Xamarin.AndroidX.Media3.ExoPlayer.SmoothStreaming |
| 180|androidx.media3:media3-exoplayer-workmanager |Xamarin.AndroidX.Media3.ExoPlayer.WorkManager |
| 181|androidx.media3:media3-extractor |Xamarin.AndroidX.Media3.Extractor |
| 182|androidx.media3:media3-session |Xamarin.AndroidX.Media3.Session |
| 183|androidx.media3:media3-transformer |Xamarin.AndroidX.Media3.Transformer |
| 184|androidx.media3:media3-ui |Xamarin.AndroidX.Media3.Ui |
| 185|androidx.media3:media3-ui-leanback |Xamarin.AndroidX.Media3.Ui.Leanback |
| 186|androidx.mediarouter:mediarouter |Xamarin.AndroidX.MediaRouter |
| 187|androidx.multidex:multidex |Xamarin.AndroidX.MultiDex |
| 188|androidx.navigation:navigation-common |Xamarin.AndroidX.Navigation.Common |
| 189|androidx.navigation:navigation-common-ktx |Xamarin.AndroidX.Navigation.Common.Ktx |
| 190|androidx.navigation:navigation-compose |Xamarin.AndroidX.Navigation.Compose |
| 191|androidx.navigation:navigation-fragment |Xamarin.AndroidX.Navigation.Fragment |
| 192|androidx.navigation:navigation-fragment-ktx |Xamarin.AndroidX.Navigation.Fragment.Ktx |
| 193|androidx.navigation:navigation-runtime |Xamarin.AndroidX.Navigation.Runtime |
| 194|androidx.navigation:navigation-runtime-ktx |Xamarin.AndroidX.Navigation.Runtime.Ktx |
| 195|androidx.navigation:navigation-ui |Xamarin.AndroidX.Navigation.UI |
| 196|androidx.navigation:navigation-ui-ktx |Xamarin.AndroidX.Navigation.UI.Ktx |
| 197|androidx.paging:paging-common |Xamarin.AndroidX.Paging.Common |
| 198|androidx.paging:paging-common-jvm |Xamarin.AndroidX.Paging.Common.Jvm |
| 199|androidx.paging:paging-common-ktx |Xamarin.AndroidX.Paging.Common.Ktx |
| 200|androidx.paging:paging-runtime |Xamarin.AndroidX.Paging.Runtime |
| 201|androidx.paging:paging-runtime-ktx |Xamarin.AndroidX.Paging.Runtime.Ktx |
| 202|androidx.paging:paging-rxjava2 |Xamarin.AndroidX.Paging.RxJava2 |
| 203|androidx.paging:paging-rxjava2-ktx |Xamarin.AndroidX.Paging.RxJava2.Ktx |
| 204|androidx.palette:palette |Xamarin.AndroidX.Palette |
| 205|androidx.palette:palette-ktx |Xamarin.AndroidX.Palette.Palette.Ktx |
| 206|androidx.percentlayout:percentlayout |Xamarin.AndroidX.PercentLayout |
| 207|androidx.preference:preference |Xamarin.AndroidX.Preference |
| 208|androidx.preference:preference-ktx |Xamarin.AndroidX.Preference.Preference.Ktx |
| 209|androidx.print:print |Xamarin.AndroidX.Print |
| 210|androidx.privacysandbox.ads:ads-adservices |Xamarin.AndroidX.PrivacySandbox.Ads.AdsServices |
| 211|androidx.privacysandbox.ads:ads-adservices-java |Xamarin.AndroidX.PrivacySandbox.Ads.AdsServices.Java |
| 212|androidx.profileinstaller:profileinstaller |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |
| 213|androidx.recommendation:recommendation |Xamarin.AndroidX.Recommendation |
| 214|androidx.recyclerview:recyclerview |Xamarin.AndroidX.RecyclerView |
| 215|androidx.recyclerview:recyclerview-selection |Xamarin.AndroidX.RecyclerView.Selection |
| 216|androidx.resourceinspection:resourceinspection-annotation |Xamarin.AndroidX.ResourceInspection.Annotation |
| 217|androidx.room:room-common |Xamarin.AndroidX.Room.Common |
| 218|androidx.room:room-guava |Xamarin.AndroidX.Room.Guava |
| 219|androidx.room:room-ktx |Xamarin.AndroidX.Room.Room.Ktx |
| 220|androidx.room:room-runtime |Xamarin.AndroidX.Room.Runtime |
| 221|androidx.room:room-rxjava2 |Xamarin.AndroidX.Room.Room.RxJava2 |
| 222|androidx.room:room-rxjava3 |Xamarin.AndroidX.Room.Room.RxJava3 |
| 223|androidx.savedstate:savedstate |Xamarin.AndroidX.SavedState |
| 224|androidx.savedstate:savedstate-ktx |Xamarin.AndroidX.SavedState.SavedState.Ktx |
| 225|androidx.security:security-crypto |Xamarin.AndroidX.Security.SecurityCrypto |
| 226|androidx.slice:slice-builders |Xamarin.AndroidX.Slice.Builders |
| 227|androidx.slice:slice-core |Xamarin.AndroidX.Slice.Core |
| 228|androidx.slice:slice-view |Xamarin.AndroidX.Slice.View |
| 229|androidx.slidingpanelayout:slidingpanelayout |Xamarin.AndroidX.SlidingPaneLayout |
| 230|androidx.sqlite:sqlite |Xamarin.AndroidX.Sqlite |
| 231|androidx.sqlite:sqlite-framework |Xamarin.AndroidX.Sqlite.Framework |
| 232|androidx.startup:startup-runtime |Xamarin.AndroidX.Startup.StartupRuntime |
| 233|androidx.swiperefreshlayout:swiperefreshlayout |Xamarin.AndroidX.SwipeRefreshLayout |
| 234|androidx.tracing:tracing |Xamarin.AndroidX.Tracing.Tracing |
| 235|androidx.transition:transition |Xamarin.AndroidX.Transition |
| 236|androidx.tvprovider:tvprovider |Xamarin.AndroidX.TvProvider |
| 237|androidx.vectordrawable:vectordrawable |Xamarin.AndroidX.VectorDrawable |
| 238|androidx.vectordrawable:vectordrawable-animated |Xamarin.AndroidX.VectorDrawable.Animated |
| 239|androidx.versionedparcelable:versionedparcelable |Xamarin.AndroidX.VersionedParcelable |
| 240|androidx.viewpager:viewpager |Xamarin.AndroidX.ViewPager |
| 241|androidx.viewpager2:viewpager2 |Xamarin.AndroidX.ViewPager2 |
| 242|androidx.wear:wear |Xamarin.AndroidX.Wear |
| 243|androidx.wear:wear-input |Xamarin.AndroidX.Wear.Input |
| 244|androidx.wear:wear-ongoing |Xamarin.AndroidX.Wear.Ongoing |
| 245|androidx.wear:wear-phone-interactions |Xamarin.AndroidX.Wear.PhoneInteractions |
| 246|androidx.wear:wear-remote-interactions |Xamarin.AndroidX.Wear.RemoteInteractions |
| 247|androidx.wear.compose:compose-foundation |Xamarin.AndroidX.Wear.Compose.Foundation |
| 248|androidx.wear.compose:compose-material |Xamarin.AndroidX.Wear.Compose.Material |
| 249|androidx.wear.compose:compose-material-core |Xamarin.AndroidX.Wear.Compose.Material.Core |
| 250|androidx.wear.compose:compose-navigation |Xamarin.AndroidX.Wear.Compose.Navigation |
| 251|androidx.wear.protolayout:protolayout |Xamarin.AndroidX.Wear.ProtoLayout |
| 252|androidx.wear.protolayout:protolayout-expression |Xamarin.AndroidX.Wear.ProtoLayout.Expression |
| 253|androidx.wear.protolayout:protolayout-expression-pipeline |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |
| 254|androidx.wear.protolayout:protolayout-proto |Xamarin.AndroidX.Wear.ProtoLayout.Proto |
| 255|androidx.wear.tiles:tiles |Xamarin.AndroidX.Wear.Tiles |
| 256|androidx.wear.tiles:tiles-material |Xamarin.AndroidX.Wear.Tiles.Material |
| 257|androidx.wear.tiles:tiles-proto |Xamarin.AndroidX.Wear.Tiles.Proto |
| 258|androidx.wear.tiles:tiles-renderer |Xamarin.AndroidX.Wear.Tiles.Renderer |
| 259|androidx.wear.watchface:watchface |Xamarin.AndroidX.Wear.WatchFace |
| 260|androidx.wear.watchface:watchface-client |Xamarin.AndroidX.Wear.WatchFace.Client |
| 261|androidx.wear.watchface:watchface-client-guava |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |
| 262|androidx.wear.watchface:watchface-complications |Xamarin.AndroidX.Wear.WatchFace.Complications |
| 263|androidx.wear.watchface:watchface-complications-data |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |
| 264|androidx.wear.watchface:watchface-complications-data-source |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |
| 265|androidx.wear.watchface:watchface-complications-data-source-ktx |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |
| 266|androidx.wear.watchface:watchface-complications-rendering |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |
| 267|androidx.wear.watchface:watchface-data |Xamarin.AndroidX.Wear.WatchFace.Data |
| 268|androidx.wear.watchface:watchface-guava |Xamarin.AndroidX.Wear.WatchFace.Guava |
| 269|androidx.wear.watchface:watchface-style |Xamarin.AndroidX.Wear.WatchFace.Style |
| 270|androidx.webkit:webkit |Xamarin.AndroidX.WebKit |
| 271|androidx.window:window |Xamarin.AndroidX.Window |
| 272|androidx.window:window-extensions |Xamarin.AndroidX.Window.WindowExtensions |
| 273|androidx.window:window-java |Xamarin.AndroidX.Window.WindowJava |
| 274|androidx.window:window-rxjava2 |Xamarin.AndroidX.Window.WindowRxJava2 |
| 275|androidx.window:window-rxjava3 |Xamarin.AndroidX.Window.WindowRxJava3 |
| 276|androidx.window.extensions.core:core |Xamarin.AndroidX.Window.Extensions.Core.Core |
| 277|androidx.work:work-runtime |Xamarin.AndroidX.Work.Runtime |
| 278|androidx.work:work-runtime-ktx |Xamarin.AndroidX.Work.Work.Runtime.Ktx |
| 279|com.android.installreferrer:installreferrer |Xamarin.Google.Android.InstallReferrer |
| 280|com.google.accompanist:accompanist-appcompat-theme |Xamarin.Google.Accompanist.AppCompat.Theme |
| 281|com.google.accompanist:accompanist-drawablepainter |Xamarin.Google.Accompanist.DrawablePainter |
| 282|com.google.accompanist:accompanist-flowlayout |Xamarin.Google.Accompanist.FlowLayout |
| 283|com.google.accompanist:accompanist-pager |Xamarin.Google.Accompanist.Pager |
| 284|com.google.accompanist:accompanist-pager-indicators |Xamarin.Google.Accompanist.Pager.Indicators |
| 285|com.google.accompanist:accompanist-permissions |Xamarin.Google.Accompanist.Permissions |
| 286|com.google.accompanist:accompanist-placeholder |Xamarin.Google.Accompanist.Placeholder |
| 287|com.google.accompanist:accompanist-placeholder-material |Xamarin.Google.Accompanist.Placeholder.Material |
| 288|com.google.accompanist:accompanist-swiperefresh |Xamarin.Google.Accompanist.SwipeRefresh |
| 289|com.google.accompanist:accompanist-systemuicontroller |Xamarin.Google.Accompanist.SystemUIController |
| 290|com.google.android.material:compose-theme-adapter |Xamarin.Google.Android.Material.Compose.Theme.Adapter |
| 291|com.google.android.material:compose-theme-adapter-3 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |
| 292|com.google.android.material:material |Xamarin.Google.Android.Material |
| 293|com.google.assistant.appactions:suggestions |Xamarin.Google.Assistant.AppActions.Suggestions |
| 294|com.google.assistant.appactions:widgets |Xamarin.Google.Assistant.AppActions.Widgets |
| 295|com.google.auto.value:auto-value-annotations |Xamarin.Google.AutoValue.Annotations |
| 296|com.google.code.gson:gson |GoogleGson |
| 297|com.google.crypto.tink:tink-android |Xamarin.Google.Crypto.Tink.Android |
| 298|com.google.flogger:flogger |Xamarin.Flogger |
| 299|com.google.flogger:flogger-system-backend |Xamarin.Flogger.SystemBackend |
| 300|com.google.guava:failureaccess |Xamarin.Google.Guava.FailureAccess |
| 301|com.google.guava:guava |Xamarin.Google.Guava |
| 302|com.google.guava:listenablefuture |Xamarin.Google.Guava.ListenableFuture |
| 303|com.google.j2objc:j2objc-annotations |Xamarin.Google.J2Objc.Annotations |
| 304|dev.chrisbanes.snapper:snapper |Xamarin.Dev.ChrisBanes.Snapper |
| 305|io.github.aakira:napier |Xamarin.AAkira.Napier |
| 306|io.reactivex.rxjava2:rxandroid |Xamarin.Android.ReactiveX.RxAndroid |
| 307|io.reactivex.rxjava2:rxjava |Xamarin.Android.ReactiveX.RxJava |
| 308|io.reactivex.rxjava2:rxkotlin |Xamarin.Android.ReactiveX.RxKotlin |
| 309|io.reactivex.rxjava3:rxandroid |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |
| 310|io.reactivex.rxjava3:rxjava |Xamarin.Android.ReactiveX.RxJava3.RxJava |
| 311|io.reactivex.rxjava3:rxkotlin |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |
| 312|io.antmedia:rtmp-client |Xamarin.Android.AntMedia.RtmpClient |
| 313|org.checkerframework:checker-compat-qual |Xamarin.CheckerFramework.CheckerCompatQual |
| 314|org.checkerframework:checker-qual |Xamarin.CheckerFramework.CheckerQual |
| 315|org.jetbrains:annotations |Xamarin.Jetbrains.Annotations |
| 316|org.jetbrains.kotlin:kotlin-android-extensions-runtime |Xamarin.Kotlin.Android.Extensions.Runtime.Library |
| 317|org.jetbrains.kotlin:kotlin-parcelize-runtime |Xamarin.Kotlin.Parcelize.Runtime |
| 318|org.jetbrains.kotlin:kotlin-reflect |Xamarin.Kotlin.Reflect |
| 319|org.jetbrains.kotlin:kotlin-stdlib |Xamarin.Kotlin.StdLib |
| 320|org.jetbrains.kotlin:kotlin-stdlib-common |Xamarin.Kotlin.StdLib.Common |
| 321|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |Xamarin.Kotlin.StdLib.Jdk7 |
| 322|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |Xamarin.Kotlin.StdLib.Jdk8 |
| 323|org.jetbrains.kotlinx:atomicfu |Xamarin.KotlinX.AtomicFU |
| 324|org.jetbrains.kotlinx:atomicfu-jvm |Xamarin.KotlinX.AtomicFU.Jvm |
| 325|org.jetbrains.kotlinx:kotlinx-coroutines-android |Xamarin.KotlinX.Coroutines.Android |
| 326|org.jetbrains.kotlinx:kotlinx-coroutines-core |Xamarin.KotlinX.Coroutines.Core |
| 327|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |Xamarin.KotlinX.Coroutines.Core.Jvm |
| 328|org.jetbrains.kotlinx:kotlinx-coroutines-guava |Xamarin.KotlinX.Coroutines.Guava |
| 329|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |Xamarin.KotlinX.Coroutines.Jdk8 |
| 330|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |Xamarin.KotlinX.Coroutines.Play.Services |
| 331|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |Xamarin.KotlinX.Coroutines.Reactive |
| 332|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |Xamarin.KotlinX.Coroutines.Rx2 |
| 333|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |Xamarin.KotlinX.Coroutines.Rx3 |
| 334|org.jetbrains.kotlinx:kotlinx-serialization-core |Xamarin.KotlinX.Serialization.Core |
| 335|org.jetbrains.kotlinx:kotlinx-serialization-core-jvm |Xamarin.KotlinX.Serialization.Core.Jvm |
| 336|org.jetbrains.kotlinx:kotlinx-serialization-protobuf |Xamarin.KotlinX.Serialization.Protobuf |
| 337|org.jetbrains.kotlinx:kotlinx-serialization-protobuf-jvm |Xamarin.KotlinX.Serialization.Protobuf.Jvm |
| 338|org.reactivestreams:reactive-streams |Xamarin.Android.ReactiveStreams |

Просмотреть файл

@ -271,6 +271,82 @@ AndroidX.Media.Utils
AndroidX.Media2.Common
AndroidX.Media2.Session
AndroidX.Media2.Widget
AndroidX.Media3.Cast
AndroidX.Media3.Common
AndroidX.Media3.Common.Audio
AndroidX.Media3.Common.Text
AndroidX.Media3.Common.Util
AndroidX.Media3.Database
AndroidX.Media3.DataSource
AndroidX.Media3.DataSource.Cache
AndroidX.Media3.DataSource.CroNet
AndroidX.Media3.DataSource.Rtmp
AndroidX.Media3.Decoder
AndroidX.Media3.Effect
AndroidX.Media3.ExoPlayer
AndroidX.Media3.ExoPlayer.Analytics
AndroidX.Media3.ExoPlayer.Audio
AndroidX.Media3.ExoPlayer.Dash
AndroidX.Media3.ExoPlayer.Dash.Manifest
AndroidX.Media3.ExoPlayer.Dash.Offline
AndroidX.Media3.ExoPlayer.Drm
AndroidX.Media3.ExoPlayer.Hls
AndroidX.Media3.ExoPlayer.Hls.Offline
AndroidX.Media3.ExoPlayer.Hls.Playlist
AndroidX.Media3.ExoPlayer.MediaCodec
AndroidX.Media3.ExoPlayer.Metadata
AndroidX.Media3.ExoPlayer.Offline
AndroidX.Media3.ExoPlayer.Rtsp
AndroidX.Media3.ExoPlayer.Rtsp.Reader
AndroidX.Media3.ExoPlayer.Scheduler
AndroidX.Media3.ExoPlayer.SmoothStreaming
AndroidX.Media3.ExoPlayer.SmoothStreaming.Manifest
AndroidX.Media3.ExoPlayer.SmoothStreaming.Offline
AndroidX.Media3.ExoPlayer.Source
AndroidX.Media3.ExoPlayer.Source.Ads
AndroidX.Media3.ExoPlayer.Source.Chunk
AndroidX.Media3.ExoPlayer.Source.MediaParser
AndroidX.Media3.ExoPlayer.Text
AndroidX.Media3.ExoPlayer.TrackSelection
AndroidX.Media3.ExoPlayer.Upstream
AndroidX.Media3.ExoPlayer.Util
AndroidX.Media3.ExoPlayer.Video
AndroidX.Media3.ExoPlayer.Video.Spherical
AndroidX.Media3.ExoPlayer.WorkManager
AndroidX.Media3.Extractor
AndroidX.Media3.Extractor.Amr
AndroidX.Media3.Extractor.Avi
AndroidX.Media3.Extractor.Flac
AndroidX.Media3.Extractor.Flv
AndroidX.Media3.Extractor.Jpeg
AndroidX.Media3.Extractor.Metadata
AndroidX.Media3.Extractor.Metadata.Dvbsi
AndroidX.Media3.Extractor.Metadata.Emsg
AndroidX.Media3.Extractor.Metadata.Flac
AndroidX.Media3.Extractor.Metadata.Icy
AndroidX.Media3.Extractor.Metadata.Id3
AndroidX.Media3.Extractor.Metadata.Mp4
AndroidX.Media3.Extractor.Metadata.Scte35
AndroidX.Media3.Extractor.Metadata.Vorbis
AndroidX.Media3.Extractor.Mkv
AndroidX.Media3.Extractor.Mp3
AndroidX.Media3.Extractor.Mp4
AndroidX.Media3.Extractor.Ogg
AndroidX.Media3.Extractor.Text
AndroidX.Media3.Extractor.Text.Cea
AndroidX.Media3.Extractor.Text.Dvb
AndroidX.Media3.Extractor.Text.Pgs
AndroidX.Media3.Extractor.Text.Ssa
AndroidX.Media3.Extractor.Text.Subrip
AndroidX.Media3.Extractor.Text.Ttml
AndroidX.Media3.Extractor.Text.Tx3g
AndroidX.Media3.Extractor.Text.Webvtt
AndroidX.Media3.Extractor.TS
AndroidX.Media3.Extractor.Wav
AndroidX.Media3.Session
AndroidX.Media3.Transformer
AndroidX.Media3.UI
AndroidX.Media3.UI.Leanback
AndroidX.MediaRouter.App
AndroidX.MediaRouter.Media
AndroidX.Navigation
@ -651,6 +727,7 @@ Xamarin.Google.Flogger.Context
Xamarin.Google.Flogger.Parameter
Xamarin.Google.Flogger.Parser
Xamarin.Google.Flogger.Util
Xamarin.IO.AntMedia.Rtmp.Client
Xamarin.KotlinX.Coroutines
Xamarin.KotlinX.Coroutines.Channels
Xamarin.KotlinX.Coroutines.CoroutinesAndroid

Просмотреть файл

@ -40,8 +40,14 @@
<package pattern="Xamarin.Google.ErrorProne.*" />
<package pattern="Xamarin.GoogleAndroid.*" />
<package pattern="Xamarin.GoogleAndroid.Libraries.Identity.GoogleId" />
<package pattern="Xamarin.GooglePlayServices.*" />
<package pattern="Xamarin.GooglePlayServices.*" />
<package pattern="Xamarin.Firebase.*" />
<package pattern="Xamarin.Google.Android.DataTransport.*" />
<package pattern="Xamarin.Chromium.CroNet.*" />
<package pattern="Xamarin.JavaX.*" />
<!-- Not part of bindings, grab the published version -->
<package pattern="Xamarin.Build.Download" />

Просмотреть файл

@ -18,7 +18,7 @@
<!-- Prevent linking, since that would remove ~everything -->
<PublishTrimmed>False</PublishTrimmed>
<RunAOTCompilation>False</RunAOTCompilation>
<JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
<JavaMaximumHeapSize>4G</JavaMaximumHeapSize>
</PropertyGroup>
<Import Project="..\..\..\output\AllPackages.targets" />

Просмотреть файл

@ -30,7 +30,7 @@
<PropertyGroup
Condition="$(TargetFramework.EndsWith('-android')) == true"
>
<JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
<JavaMaximumHeapSize>4G</JavaMaximumHeapSize>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -1,3 +1,7 @@
<metadata>
<remove-node path="/api/package/*[contains(@name, 'IcsImpl') or contains(@name, 'JellyBeanImpl') or contains(@name, 'JellyBeanMr2Impl') or contains(@name, 'Api16') or contains(@name, 'Api17') or contains(@name, 'Api18') or contains(@name, 'Api19') or contains(@name, 'Api20') or contains(@name, 'Api21') or contains(@name, 'Api22') or contains(@name, 'Api23') or contains(@name, 'Api24') or contains(@name, 'Api25') or contains(@name, 'Api26') or contains(@name, 'Api27') or contains(@name, 'Api28') or contains(@name, 'Api29') or contains(@name, 'Api30') or contains(@name, 'Honeycomb') or contains(@name, 'IceCreamSandwich') or contains(@name, 'Jellybean') or contains(@name, 'KitKat') or contains(@name, 'Lollipop') or contains(@name, 'Marshmallow') or contains(@name, 'Nougat') or contains(@name, 'Oreo') or contains(@name, 'ImplJB') or contains(@name, 'ImplICS') or contains(@name, 'ImplIcs') or contains(@name, 'ImplHC') or contains(@name, 'HcMr1') or contains(@name, 'HcMr2') or contains(@name, 'HcMr3') or contains(@name, 'JbMr2') or contains(@name, 'JbMr2') or contains(@name, 'JbMr1') or contains(@name, 'ICSMr1') or contains(@name, 'ICSMr2') or contains(@name, 'ImplV11') or contains(@name, 'ImplV21')]" />
<!-- Newly bound packages shouldn't create old static interface method alternatives -->
<attr path="/api/package[starts-with(@name, 'androidx.media3')]/interface" name="no-alternatives">true</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,21 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.cast']/class[@name='CastPlayer']/method[@name='addMediaItems' and count(parameter)=2 and parameter[1][@type='int'] and parameter[2][@type='java.util.List&lt;androidx.media3.common.MediaItem&gt;']]"
name="managedOverride"
>
override
</attr>
<attr
path="/api/package[@name='androidx.media3.cast']/class[@name='CastPlayer']/method[@name='setMediaItems' and count(parameter)=3 and parameter[1][@type='java.util.List&lt;androidx.media3.common.MediaItem&gt;'] and parameter[2][@type='int'] and parameter[3][@type='long']]"
name="managedOverride"
>
override
</attr>
<attr
path="/api/package[@name='androidx.media3.cast']/class[@name='CastPlayer']/method[@name='setMediaItems' and count(parameter)=2 and parameter[1][@type='java.util.List&lt;androidx.media3.common.MediaItem&gt;'] and parameter[2][@type='boolean']]"
name="managedOverride"
>
override
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,34 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.common']/class[@name='StreamKey']/method[@name='compareTo' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.StreamKey']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.common']/class[@name='DrmInitData']/method[@name='compare' and count(parameter)=2 and parameter[1][@type='androidx.media3.common.DrmInitData.SchemeData'] and parameter[2][@type='androidx.media3.common.DrmInitData.SchemeData']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.common']/class[@name='DrmInitData']/method[@name='compare' and count(parameter)=2 and parameter[1][@type='androidx.media3.common.DrmInitData.SchemeData'] and parameter[2][@type='androidx.media3.common.DrmInitData.SchemeData']]/parameter[2]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.common']/interface[@name='Player.Listener']/method[@name='onCues' and count(parameter)=1 and parameter[1][@type='java.util.List&lt;androidx.media3.common.text.Cue&gt;']]"
name="managedName"
>
OnCuesDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.common']/interface[@name='Player.Listener']/method[@name='onPositionDiscontinuity' and count(parameter)=1 and parameter[1][@type='int']]"
name="managedName"
>
OnPositionDiscontinuityDeprecated
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,41 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.datasource.cronet']/class[@name='CronetDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.rtmp']/class[@name='RtmpDataSourceFactory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.cronet']/class[@name='CronetDataSource.Factory']/method[@name='setDefaultRequestProperties' and count(parameter)=1 and parameter[1][@type='java.util.Map&lt;java.lang.String, java.lang.String&gt;']]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IHttpDataSourceFactory
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.cronet']/class[@name='CronetDataSource']"
name="managedName"
>
CroNetDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.cronet']/class[@name='CronetUtil']"
name="managedName"
>
CroNetUtil
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.cronet']/class[@name='CronetEngineWrapper']"
name="managedName"
>
CroNetEngineWrapper
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,15 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.datasource.okhttp']/class[@name='OkHttpDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.okhttp']/class[@name='OkHttpDataSource.Factory']/method[@name='setDefaultRequestProperties' and count(parameter)=1 and parameter[1][@type='java.util.Map&lt;java.lang.String, java.lang.String&gt;']]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IHttpDataSourceFactory
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,16 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.datasource.rtmp']/class[@name='RtmpDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.rtmp']/class[@name='RtmpDataSourceFactory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,72 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.datasource.cache']/class[@name='CacheSpan']/method[@name='compareTo' and count(parameter)=1 and parameter[1][@type='androidx.media3.datasource.cache.CacheSpan']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource.cache']/class[@name='CacheDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='DefaultDataSourceFactory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='DefaultDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='DefaultHttpDataSource.Factory']/method[@name='setDefaultRequestProperties' and count(parameter)=1 and parameter[1][@type='java.util.Map&lt;java.lang.String, java.lang.String&gt;']]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IHttpDataSourceFactory
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='DefaultHttpDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='ResolvingDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='PriorityDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='PriorityDataSourceFactory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/class[@name='FileDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<attr
path="/api/package[@name='androidx.media3.datasource']/interface[@name='HttpDataSource.Factory']/method[@name='createDataSource' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Media3.DataSource.IDataSource
</attr>
<remove-node
path="/api/package[@name='androidx.media3.datasource']/class[@name='HttpDataSource.BaseFactory']"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,21 @@
<metadata>
<remove-node
path="/api/package[@name='androidx.media3.decoder']/class[@name='SimpleDecoder']/method[@name='createInputBuffer' and count(parameter)=0]"
/>
<remove-node
path="/api/package[@name='androidx.media3.decoder']/class[@name='SimpleDecoder']/method[@name='createOutputBuffer' and count(parameter)=0]"
/>
<remove-node
path="/api/package[@name='androidx.media3.decoder']/class[@name='SimpleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='I'] and parameter[2][@type='O'] and parameter[3][@type='boolean']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.decoder']/class[@name='SimpleDecoder']/method[@name='createUnexpectedDecodeException' and count(parameter)=1 and parameter[1][@type='java.lang.Throwable']]"
/>
<!--
<remove-node
path="/api/package[@name='androidx.media3.decoder']/class[@name='SimpleDecoder']/method[@name='dequeueOutputBuffer' and count(parameter)=0]"
/>
-->
</metadata>

Просмотреть файл

@ -0,0 +1,65 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.effect']/interface[@name='GlMatrixTransformation']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='GlEffectsFrameProcessor.Factory']/method[@name='create' and count(parameter)=6 and parameter[1][@type='android.content.Context'] and parameter[2][@type='androidx.media3.common.FrameProcessor.Listener'] and parameter[3][@type='java.util.List&lt;androidx.media3.common.Effect&gt;'] and parameter[4][@type='androidx.media3.common.DebugViewProvider'] and parameter[5][@type='androidx.media3.common.ColorInfo'] and parameter[6][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Common.IFrameProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='SingleColorLut']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='RgbFilter']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='HslAdjustment']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='Contrast']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/interface[@name='RgbMatrix']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/interface[@name='ColorLut']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/interface[@name='GlMatrixTransformation']/method[@name='toGlTextureProcessor' and count(parameter)=2 and parameter[1][@type='android.content.Context'] and parameter[2][@type='boolean']]"
name="managedReturn"
>
AndroidX.Media3.Effect.IGlTextureProcessor
</attr>
<attr
path="/api/package[@name='androidx.media3.effect']/class[@name='Contrast']/field[@name='contrast']"
name="managedName"
>
ContrastField
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,28 @@
<metadata>
<!-- Covariant return type -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.dash.manifest']/class[@name='DashManifestParser']/method[@name='parse' and count(parameter)=2 and parameter[1][@type='android.net.Uri'] and parameter[2][@type='java.io.InputStream']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.dash.manifest']/class[@name='DashManifest']/method[@name='copy' and count(parameter)=1 and parameter[1][@type='java.util.List&lt;androidx.media3.common.StreamKey&gt;']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<!-- Erased parameter -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.dash.offline']/class[@name='DashDownloader']/method[@name='getSegments' and count(parameter)=3 and parameter[1][@type='androidx.media3.datasource.DataSource'] and parameter[2][@type='androidx.media3.exoplayer.dash.manifest.DashManifest'] and parameter[3][@type='boolean']]/parameter[2]"
name="managedType"
>
Java.Lang.Object
</attr>
<!-- Generics arity problem -->
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.dash']/interface[@name='DashChunkSource']"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,32 @@
using System;
using System.Collections.Generic;
using Android.Runtime;
using AndroidX.Media3.Common;
using Java.Interop;
namespace AndroidX.Media3.ExoPlayer.Hls.Playlist;
public partial class HlsPlaylist
{
public abstract global::Java.Lang.Object? Copy (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.StreamKey>? p0);
}
internal partial class HlsPlaylistInvoker
{
// Metadata.xml XPath method reference: path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsPlaylist']/method[@name='copy' and count(parameter)=1 and parameter[1][@type='java.util.List&lt;androidx.media3.common.StreamKey&gt;']]"
[Register ("copy", "(Ljava/util/List;)Ljava/lang/Object;", "GetCopy_Ljava_util_List_Handler")]
public override unsafe global::Java.Lang.Object? Copy (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.StreamKey>? streamKeys)
{
const string __id = "copy.(Ljava/util/List;)Ljava/lang/Object;";
IntPtr native_streamKeys = global::Android.Runtime.JavaList<global::AndroidX.Media3.Common.StreamKey>.ToLocalJniHandle (streamKeys);
try {
JniArgumentValue* __args = stackalloc JniArgumentValue [1];
__args [0] = new JniArgumentValue (native_streamKeys);
var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod (__id, this, __args);
return global::Java.Lang.Object.GetObject<global::Java.Lang.Object> (__rm.Handle, JniHandleOwnership.TransferLocalRef);
} finally {
JNIEnv.DeleteLocalRef (native_streamKeys);
global::System.GC.KeepAlive (streamKeys);
}
}
}

Просмотреть файл

@ -0,0 +1,76 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsMediaPlaylist.SegmentBase']/method[@name='compareTo' and count(parameter)=1 and parameter[1][@type='java.lang.Long']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='DefaultHlsPlaylistTracker']/method[@name='onLoadCanceled' and count(parameter)=4 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.hls.playlist.HlsPlaylist&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='boolean']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='DefaultHlsPlaylistTracker']/method[@name='onLoadCompleted' and count(parameter)=3 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.hls.playlist.HlsPlaylist&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='DefaultHlsPlaylistTracker']/method[@name='onLoadError' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.hls.playlist.HlsPlaylist&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='java.io.IOException'] and parameter[5][@type='int']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='DefaultHlsPlaylistTracker']/method[@name='onLoadError' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.hls.playlist.HlsPlaylist&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='java.io.IOException'] and parameter[5][@type='int']]"
name="managedReturn"
>
AndroidX.Media3.ExoPlayer.Upstream.Loader.LoadErrorAction
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsPlaylistParser']/method[@name='parse' and count(parameter)=2 and parameter[1][@type='android.net.Uri'] and parameter[2][@type='java.io.InputStream']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls']/class[@name='DefaultHlsExtractorFactory']/method[@name='createExtractor' and count(parameter)=7 and parameter[1][@type='android.net.Uri'] and parameter[2][@type='androidx.media3.common.Format'] and parameter[3][@type='java.util.List&lt;androidx.media3.common.Format&gt;'] and parameter[4][@type='androidx.media3.common.util.TimestampAdjuster'] and parameter[5][@type='java.util.Map&lt;java.lang.String, java.util.List&lt;java.lang.String&gt;&gt;'] and parameter[6][@type='androidx.media3.extractor.ExtractorInput'] and parameter[7][@type='androidx.media3.exoplayer.analytics.PlayerId']]"
name="managedReturn"
>
AndroidX.Media3.ExoPlayer.Hls.IHlsMediaChunkExtractor
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsMediaPlaylist']/method[@name='copy' and count(parameter)=1]"
name="managedOverride"
>
override
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsMediaPlaylist']/method[@name='copy' and count(parameter)=1]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsMultivariantPlaylist']/method[@name='copy' and count(parameter)=1]"
name="managedOverride"
>
override
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.playlist']/class[@name='HlsMultivariantPlaylist']/method[@name='copy' and count(parameter)=1]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.hls.offline']/class[@name='HlsDownloader']/method[@name='getSegments' and count(parameter)=3 and parameter[1][@type='androidx.media3.datasource.DataSource'] and parameter[2][@type='androidx.media3.exoplayer.hls.playlist.HlsPlaylist'] and parameter[3][@type='boolean']]/parameter[2]"
name="managedType"
>
Java.Lang.Object
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,21 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.exoplayer.ima']/class[@name='ImaServerSideAdInsertionMediaSource']/method[@name='onChildSourceInfoRefreshed' and count(parameter)=3 and parameter[1][@type='java.lang.Void'] and parameter[2][@type='androidx.media3.exoplayer.source.MediaSource'] and parameter[3][@type='androidx.media3.common.Timeline']]"
name="visibility"
>
protected
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.ima']/class[@name='ImaServerSideAdInsertionMediaSource']/method[@name='prepareSourceInternal' and count(parameter)=1 and parameter[1][@type='androidx.media3.datasource.TransferListener']]"
name="visibility"
>
protected
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.ima']/class[@name='ImaServerSideAdInsertionMediaSource']/method[@name='onChildSourceInfoRefreshed' and count(parameter)=3 and parameter[1][@type='java.lang.Void'] and parameter[2][@type='androidx.media3.exoplayer.source.MediaSource'] and parameter[3][@type='androidx.media3.common.Timeline']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,64 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming.manifest']/class[@name='SsManifestParser']/method[@name='parse' and count(parameter)=2 and parameter[1][@type='android.net.Uri'] and parameter[2][@type='java.io.InputStream']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming.manifest']/class[@name='SsManifest.StreamElement']/method[@name='copy' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.Format[]']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming.manifest']/class[@name='SsManifest']/method[@name='copy' and count(parameter)=1 and parameter[1][@type='java.util.List&lt;androidx.media3.common.StreamKey&gt;']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/class[@name='SsMediaSource']/method[@name='onLoadError' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='java.io.IOException'] and parameter[5][@type='int']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/class[@name='SsMediaSource']/method[@name='onLoadCanceled' and count(parameter)=4 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='boolean']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/class[@name='SsMediaSource']/method[@name='onLoadCompleted' and count(parameter)=3 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/class[@name='SsMediaSource']/method[@name='onLoadError' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='java.io.IOException'] and parameter[5][@type='int']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/class[@name='SsMediaSource']/method[@name='onLoadError' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.upstream.ParsingLoadable&lt;androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest&gt;'] and parameter[2][@type='long'] and parameter[3][@type='long'] and parameter[4][@type='java.io.IOException'] and parameter[5][@type='int']]"
name="managedReturn"
>
AndroidX.Media3.ExoPlayer.Upstream.Loader.LoadErrorAction
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming.offline']/class[@name='SsDownloader']/method[@name='getSegments' and count(parameter)=3 and parameter[1][@type='androidx.media3.datasource.DataSource'] and parameter[2][@type='androidx.media3.exoplayer.smoothstreaming.manifest.SsManifest'] and parameter[3][@type='boolean']]/parameter[2]"
name="managedType"
>
Java.Lang.Object
</attr>
<!-- arity -->
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.smoothstreaming']/interface[@name='SsChunkSource']"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,175 @@
using System;
using System.Collections.Generic;
using Android.Runtime;
using Java.Interop;
namespace AndroidX.Media3.ExoPlayer;
internal partial class IExoPlayerInvoker
{
// These invokers are generated with IList<global::AndroidX.Media3.Common.MediaItem> instead of IList<MediaItem>
static Delegate? cb_addMediaItems_ILSystem_Collections_Generic_IList_1_;
#pragma warning disable 0169
static Delegate GetAddMediaItems_ILSystem_Collections_Generic_IList_1_Handler ()
{
if (cb_addMediaItems_ILSystem_Collections_Generic_IList_1_ == null)
cb_addMediaItems_ILSystem_Collections_Generic_IList_1_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPIL_V (n_AddMediaItems_ILSystem_Collections_Generic_IList_1_));
return cb_addMediaItems_ILSystem_Collections_Generic_IList_1_;
}
static void n_AddMediaItems_ILSystem_Collections_Generic_IList_1_ (IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
var p1 = (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem> ?)global::Java.Lang.Object.GetObject <Java.Lang.Object> (native_p1, JniHandleOwnership.DoNotTransfer);
__this.AddMediaItems (p0, p1);
}
#pragma warning restore 0169
IntPtr id_addMediaItems_ILSystem_Collections_Generic_IList_1_;
public unsafe void AddMediaItems (int p0, global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>? p1)
{
if (id_addMediaItems_ILSystem_Collections_Generic_IList_1_ == IntPtr.Zero)
id_addMediaItems_ILSystem_Collections_Generic_IList_1_ = JNIEnv.GetMethodID (class_ref, "addMediaItems", "(ILSystem/Collections/Generic/IList<global::AndroidX.Media3.Common.MediaItem>;)V");
JValue* __args = stackalloc JValue [2];
__args [0] = new JValue (p0);
__args [1] = new JValue ((p1 == null) ? IntPtr.Zero : ((global::Java.Lang.Object) p1).Handle);
JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_addMediaItems_ILSystem_Collections_Generic_IList_1_, __args);
}
static Delegate? cb_addMediaItems_LSystem_Collections_Generic_IList_1_;
#pragma warning disable 0169
static Delegate GetAddMediaItems_LSystem_Collections_Generic_IList_1_Handler ()
{
if (cb_addMediaItems_LSystem_Collections_Generic_IList_1_ == null)
cb_addMediaItems_LSystem_Collections_Generic_IList_1_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_AddMediaItems_LSystem_Collections_Generic_IList_1_);
return cb_addMediaItems_LSystem_Collections_Generic_IList_1_;
}
static void n_AddMediaItems_LSystem_Collections_Generic_IList_1_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
var p0 = (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>?) global::Java.Lang.Object.GetObject</* global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem> */ Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
__this.AddMediaItems (p0);
}
#pragma warning restore 0169
IntPtr id_addMediaItems_LSystem_Collections_Generic_IList_1_;
public unsafe void AddMediaItems (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>? p0)
{
if (id_addMediaItems_LSystem_Collections_Generic_IList_1_ == IntPtr.Zero)
id_addMediaItems_LSystem_Collections_Generic_IList_1_ = JNIEnv.GetMethodID (class_ref, "addMediaItems", "(LSystem/Collections/Generic/IList<global::AndroidX.Media3.Common.MediaItem>;)V");
JValue* __args = stackalloc JValue [1];
__args [0] = new JValue ((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object) p0).Handle);
JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_addMediaItems_LSystem_Collections_Generic_IList_1_, __args);
}
static Delegate? cb_setMediaItems_LSystem_Collections_Generic_IList_1_;
#pragma warning disable 0169
static Delegate GetSetMediaItems_LSystem_Collections_Generic_IList_1_Handler ()
{
if (cb_setMediaItems_LSystem_Collections_Generic_IList_1_ == null)
cb_setMediaItems_LSystem_Collections_Generic_IList_1_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetMediaItems_LSystem_Collections_Generic_IList_1_);
return cb_setMediaItems_LSystem_Collections_Generic_IList_1_;
}
static void n_SetMediaItems_LSystem_Collections_Generic_IList_1_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
var p0 = (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>?) global::Java.Lang.Object.GetObject<Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
__this.SetMediaItems (p0);
}
#pragma warning restore 0169
IntPtr id_setMediaItems_LSystem_Collections_Generic_IList_1_;
public unsafe void SetMediaItems (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>? p0)
{
if (id_setMediaItems_LSystem_Collections_Generic_IList_1_ == IntPtr.Zero)
id_setMediaItems_LSystem_Collections_Generic_IList_1_ = JNIEnv.GetMethodID (class_ref, "setMediaItems", "(LSystem/Collections/Generic/IList<global::AndroidX.Media3.Common.MediaItem>;)V");
JValue* __args = stackalloc JValue [1];
__args [0] = new JValue ((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object) p0).Handle);
JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_setMediaItems_LSystem_Collections_Generic_IList_1_, __args);
}
static Delegate? cb_setMediaItems_LSystem_Collections_Generic_IList_1_Z;
#pragma warning disable 0169
static Delegate GetSetMediaItems_LSystem_Collections_Generic_IList_1_ZHandler ()
{
if (cb_setMediaItems_LSystem_Collections_Generic_IList_1_Z == null)
cb_setMediaItems_LSystem_Collections_Generic_IList_1_Z = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLZ_V (n_SetMediaItems_LSystem_Collections_Generic_IList_1_Z));
return cb_setMediaItems_LSystem_Collections_Generic_IList_1_Z;
}
static void n_SetMediaItems_LSystem_Collections_Generic_IList_1_Z (IntPtr jnienv, IntPtr native__this, IntPtr native_p0, bool p1)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
var p0 = (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem> ?)global::Java.Lang.Object.GetObject<Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
__this.SetMediaItems (p0, p1);
}
#pragma warning restore 0169
IntPtr id_setMediaItems_LSystem_Collections_Generic_IList_1_Z;
public unsafe void SetMediaItems (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>? p0, bool p1)
{
if (id_setMediaItems_LSystem_Collections_Generic_IList_1_Z == IntPtr.Zero)
id_setMediaItems_LSystem_Collections_Generic_IList_1_Z = JNIEnv.GetMethodID (class_ref, "setMediaItems", "(LSystem/Collections/Generic/IList<global::AndroidX.Media3.Common.MediaItem>;Z)V");
JValue* __args = stackalloc JValue [2];
__args [0] = new JValue ((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object) p0).Handle);
__args [1] = new JValue (p1);
JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_setMediaItems_LSystem_Collections_Generic_IList_1_Z, __args);
}
static Delegate? cb_setMediaItems_LSystem_Collections_Generic_IList_1_IJ;
#pragma warning disable 0169
static Delegate GetSetMediaItems_LSystem_Collections_Generic_IList_1_IJHandler ()
{
if (cb_setMediaItems_LSystem_Collections_Generic_IList_1_IJ == null)
cb_setMediaItems_LSystem_Collections_Generic_IList_1_IJ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLIJ_V (n_SetMediaItems_LSystem_Collections_Generic_IList_1_IJ));
return cb_setMediaItems_LSystem_Collections_Generic_IList_1_IJ;
}
static void n_SetMediaItems_LSystem_Collections_Generic_IList_1_IJ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, long p2)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
var p0 = (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem> ?)global::Java.Lang.Object.GetObject <Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
__this.SetMediaItems (p0, p1, p2);
}
#pragma warning restore 0169
IntPtr id_setMediaItems_LSystem_Collections_Generic_IList_1_IJ;
public unsafe void SetMediaItems (global::System.Collections.Generic.IList<global::AndroidX.Media3.Common.MediaItem>? p0, int p1, long p2)
{
if (id_setMediaItems_LSystem_Collections_Generic_IList_1_IJ == IntPtr.Zero)
id_setMediaItems_LSystem_Collections_Generic_IList_1_IJ = JNIEnv.GetMethodID (class_ref, "setMediaItems", "(LSystem/Collections/Generic/IList<global::AndroidX.Media3.Common.MediaItem>;IJ)V");
JValue* __args = stackalloc JValue [3];
__args [0] = new JValue ((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object) p0).Handle);
__args [1] = new JValue (p1);
__args [2] = new JValue (p2);
JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_setMediaItems_LSystem_Collections_Generic_IList_1_IJ, __args);
}
static Delegate? cb_getPlayerError2;
#pragma warning disable 0169
static Delegate GetGetPlayerErrorHandler2 ()
{
if (cb_getPlayerError2 == null)
cb_getPlayerError2 = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPlayerError2));
return cb_getPlayerError2;
}
static IntPtr n_GetPlayerError2 (IntPtr jnienv, IntPtr native__this)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.IExoPlayer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
return JNIEnv.ToLocalJniHandle ((__this as global::AndroidX.Media3.Common.IPlayer).PlayerError);
}
#pragma warning restore 0169
IntPtr id_getPlayerError2;
unsafe global::AndroidX.Media3.Common.PlaybackException? global::AndroidX.Media3.Common.IPlayer.PlayerError {
get {
if (id_getPlayerError2 == IntPtr.Zero)
id_getPlayerError2 = JNIEnv.GetMethodID (class_ref, "getPlayerError", "()Landroidx/media3/exoplayer/ExoPlaybackException;");
return global::Java.Lang.Object.GetObject<global::AndroidX.Media3.ExoPlayer.ExoPlaybackException> (JNIEnv.CallObjectMethod (((global::Java.Lang.Object) this).Handle, id_getPlayerError), JniHandleOwnership.TransferLocalRef);
}
}
}

Просмотреть файл

@ -0,0 +1,185 @@
<metadata>
<!-- Invalid generic types (arity) -->
<attr
path="/api/package[@name='androidx.media3.exoplayer']/interface[@name='ExoPlayer']"
name="skipInvokerMethods"
>
androidx/media3/common/Player.addMediaItems(ILSystem/Collections/Generic/IList`1;)V
androidx/media3/common/Player.addMediaItems(LSystem/Collections/Generic/IList`1;)V
androidx/media3/common/Player.setMediaItems(LSystem/Collections/Generic/IList`1;)V
androidx/media3/common/Player.setMediaItems(LSystem/Collections/Generic/IList`1;Z)V
androidx/media3/common/Player.setMediaItems(LSystem/Collections/Generic/IList`1;IJ)V
</attr>
<!-- Deprecated -->
<remove-node
path="/api/package[@name='androidx.media3.exoplayer']/class[@name='SimpleExoPlayer']"
/>
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.source']/interface[@name='MediaSourceFactory']"
/>
<!-- Duplicate inherited interface methods -->
<remove-node
path="/api/package[@name='androidx.media3.exoplayer']/class[@name='BaseRenderer']"
/>
<remove-node
path="/api/package[@name='androidx.media3.exoplayer']/class[@name='NoSampleRenderer']"
/>
<!-- Duplicate EventArgs classes -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.audio']/interface[@name='AudioRendererEventListener']/method[@name='onAudioSinkError' and count(parameter)=1 and parameter[1][@type='java.lang.Exception']]"
name="argsType"
>
AudioRendererAudioSinkErrorEventArgs
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.audio']/interface[@name='AudioRendererEventListener']/method[@name='onSkipSilenceEnabledChanged' and count(parameter)=1 and parameter[1][@type='boolean']]"
name="argsType"
>
AudioRendererSkipSilenceEnabledChangedEventArgs
</attr>
<!-- Covariant return types -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.drm']/class[@name='FrameworkMediaDrm']/method[@name='createCryptoConfig' and count(parameter)=1 and parameter[1][@type='byte[]']]"
name="managedReturn"
>
AndroidX.Media3.Decoder.ICryptoConfig
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.text']/class[@name='ExoplayerCuesDecoder']/method[@name='dequeueInputBuffer' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.text']/class[@name='ExoplayerCuesDecoder']/method[@name='dequeueOutputBuffer' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<!-- Erased generics -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.source.ads']/class[@name='AdsMediaSource']/method[@name='onChildSourceInfoRefreshed' and count(parameter)=3 and parameter[1][@type='androidx.media3.exoplayer.source.MediaSource.MediaPeriodId'] and parameter[2][@type='androidx.media3.exoplayer.source.MediaSource'] and parameter[3][@type='androidx.media3.common.Timeline']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='ClippingMediaPeriod']/method[@name='onContinueLoadingRequested' and count(parameter)=1 and parameter[1][@type='androidx.media3.exoplayer.source.MediaPeriod']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='WrappingMediaSource']/method[@name='onChildSourceInfoRefreshed' and count(parameter)=3 and parameter[1][@type='java.lang.Void'] and parameter[2][@type='androidx.media3.exoplayer.source.MediaSource'] and parameter[3][@type='androidx.media3.common.Timeline']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='MaskingMediaPeriod']/method[@name='onContinueLoadingRequested' and count(parameter)=1 and parameter[1][@type='androidx.media3.exoplayer.source.MediaPeriod']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.text']/class[@name='ExoplayerCuesDecoder']/method[@name='queueInputBuffer' and count(parameter)=1 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<!-- Public cannot override protected -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='MaskingMediaSource']/method[@name='releaseSourceInternal' and count(parameter)=0]"
name="visibility"
>
protected
</attr>
<!-- Overloaded listener methods -->
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onAudioDecoderInitialized' and count(parameter)=3 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='java.lang.String'] and parameter[3][@type='long']]"
name="managedName"
>
OnAudioDecoderInitializedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onAudioInputFormatChanged' and count(parameter)=2 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='androidx.media3.common.Format']]"
name="managedName"
>
OnAudioInputFormatChangedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onCues' and count(parameter)=2 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='java.util.List&lt;androidx.media3.common.text.Cue&gt;']]"
name="managedName"
>
OnCuesDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onDrmSessionAcquired' and count(parameter)=1 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime']]"
name="managedName"
>
OnDrmSessionAcquiredDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onPositionDiscontinuity' and count(parameter)=2 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='int']]"
name="managedName"
>
OnPositionDiscontinuityDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onVideoDecoderInitialized' and count(parameter)=3 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='java.lang.String'] and parameter[3][@type='long']]"
name="managedName"
>
OnVideoDecoderInitializedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onVideoInputFormatChanged' and count(parameter)=2 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='androidx.media3.common.Format']]"
name="managedName"
>
OnVideoInputFormatChangedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.analytics']/interface[@name='AnalyticsListener']/method[@name='onVideoSizeChanged' and count(parameter)=5 and parameter[1][@type='androidx.media3.exoplayer.analytics.AnalyticsListener.EventTime'] and parameter[2][@type='int'] and parameter[3][@type='int'] and parameter[4][@type='int'] and parameter[5][@type='float']]"
name="managedName"
>
OnVideoSizeChangedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.video']/interface[@name='VideoRendererEventListener']/method[@name='onVideoInputFormatChanged' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.Format']]"
name="managedName"
>
OnVideoInputFormatChangedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.drm']/interface[@name='DrmSessionEventListener']/method[@name='onDrmSessionAcquired' and count(parameter)=2 and parameter[1][@type='int'] and parameter[2][@type='androidx.media3.exoplayer.source.MediaSource.MediaPeriodId']]"
name="managedName"
>
OnDrmSessionAcquiredDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.exoplayer.audio']/interface[@name='AudioRendererEventListener']/method[@name='onAudioInputFormatChanged' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.Format']]"
name="managedName"
>
OnAudioInputFormatChangedDeprecated
</attr>
<!-- Missing inherited abstract member OnChildSourceInfoRefreshed, could probably be fixed if these turn out to be important types -->
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='ConcatenatingMediaSource']"
/>
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='ConcatenatingMediaSource2']"
/>
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='MergingMediaSource']"
/>
<remove-node
path="/api/package[@name='androidx.media3.exoplayer.source']/class[@name='WrappingMediaSource']"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,80 @@
<metadata>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='createInputBuffer' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='createOutputBuffer' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='createUnexpectedDecodeException' and count(parameter)=1 and parameter[1][@type='java.lang.Throwable']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.metadata.id3']/class[@name='TextInformationFrame']/method[@name='populateMediaMetadata' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.MediaMetadata.Builder']]"
name="managedOverride"
>
none
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.metadata.id3']/class[@name='ApicFrame']/method[@name='populateMediaMetadata' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.MediaMetadata.Builder']]"
name="managedOverride"
>
none
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer'] and parameter[2][@type='androidx.media3.extractor.text.SubtitleOutputBuffer'] and parameter[3][@type='boolean']]/parameter[1]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer'] and parameter[2][@type='androidx.media3.extractor.text.SubtitleOutputBuffer'] and parameter[3][@type='boolean']]/parameter[2]"
name="managedType"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer'] and parameter[2][@type='androidx.media3.extractor.text.SubtitleOutputBuffer'] and parameter[3][@type='boolean']]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer'] and parameter[2][@type='androidx.media3.extractor.text.SubtitleOutputBuffer'] and parameter[3][@type='boolean']]"
name="managedOverride"
>
override
</attr>
<remove-node
path="/api/package[@name='androidx.media3.extractor.text.cea']/class[@name='Cea608Decoder']/method[@name='dequeueOutputBuffer' and count(parameter)=0]"
/>
<remove-node
path="/api/package[@name='androidx.media3.extractor']/interface[@name='BinarySearchSeeker.SeekTimestampConverter']"
/>
<!-- These methods override a default interface method and mark it sealed, generator can't handle that and generates invokers -->
<attr
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']"
name="skipInvokerMethods"
>
androidx/media3/decoder/Decoder.dequeueInputBuffer()Ljava/lang/Object;
androidx/media3/decoder/Decoder.dequeueOutputBuffer()Ljava/lang/Object;
androidx/media3/decoder/SimpleDecoder.createInputBuffer()Landroidx/media3/decoder/DecoderInputBuffer;
androidx/media3/decoder/SimpleDecoder.createOutputBuffer()Landroidx/media3/decoder/DecoderOutputBuffer;
androidx/media3/decoder/SimpleDecoder.createUnexpectedDecodeException(Ljava/lang/Throwable;)Landroidx/media3/decoder/DecoderException;
androidx/media3/decoder/SimpleDecoder.decode(Ljava/lang/Object;Ljava/lang/Object;Z)Landroidx/media3/decoder/DecoderException;
</attr>
<remove-node
path="/api/package[@name='androidx.media3.extractor.text']/class[@name='SimpleSubtitleDecoder']/method[@name='decode' and count(parameter)=3 and parameter[1][@type='androidx.media3.extractor.text.SubtitleInputBuffer'] and parameter[2][@type='androidx.media3.extractor.text.SubtitleOutputBuffer'] and parameter[3][@type='boolean']]"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,44 @@
<metadata>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService.MediaLibrarySession.Builder']/method[@name='setSessionActivity' and count(parameter)=1 and parameter[1][@type='android.app.PendingIntent']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService.MediaLibrarySession.Builder']/method[@name='setId' and count(parameter)=1 and parameter[1][@type='java.lang.String']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService.MediaLibrarySession.Builder']/method[@name='setExtras' and count(parameter)=1 and parameter[1][@type='android.os.Bundle']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService.MediaLibrarySession.Builder']/method[@name='setBitmapLoader' and count(parameter)=1 and parameter[1][@type='androidx.media3.session.BitmapLoader']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService.MediaLibrarySession.Builder']/method[@name='build' and count(parameter)=0]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaSession.Builder']/method[@name='setSessionActivity' and count(parameter)=1 and parameter[1][@type='android.app.PendingIntent']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaSession.Builder']/method[@name='setId' and count(parameter)=1 and parameter[1][@type='java.lang.String']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaSession.Builder']/method[@name='setExtras' and count(parameter)=1 and parameter[1][@type='android.os.Bundle']]"
/>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaSession.Builder']/method[@name='setBitmapLoader' and count(parameter)=1 and parameter[1][@type='androidx.media3.session.BitmapLoader']]"
/>
<attr
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService']/method[@name='onGetSession' and count(parameter)=1 and parameter[1][@type='androidx.media3.session.MediaSession.ControllerInfo']]"
name="managedReturn"
>
AndroidX.Media3.Session.MediaSession
</attr>
<attr
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService']/method[@name='onGetSession' and count(parameter)=1 and parameter[1][@type='androidx.media3.session.MediaSession.ControllerInfo']]"
name="managedOverride"
>
override
</attr>
<remove-node
path="/api/package[@name='androidx.media3.session']/class[@name='MediaLibraryService']/method[@name='onGetSession' and count(parameter)=1 and parameter[1][@type='androidx.media3.session.MediaSession.ControllerInfo']]"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,15 @@
<metadata>
<!-- Obsolete duplicated listener methods -->
<attr
path="/api/package[@name='androidx.media3.transformer']/interface[@name='Transformer.Listener']/method[@name='onTransformationCompleted' and count(parameter)=1 and parameter[1][@type='androidx.media3.common.MediaItem']]"
name="managedName"
>
OnTransformationCompletedDeprecated
</attr>
<attr
path="/api/package[@name='androidx.media3.transformer']/interface[@name='Transformer.Listener']/method[@name='onTransformationError' and count(parameter)=2 and parameter[1][@type='androidx.media3.common.MediaItem'] and parameter[2][@type='java.lang.Exception']]"
name="managedName"
>
OnTransformationErrorDeprecated
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,42 @@
using System;
using Android.Runtime;
using Java.Interop;
namespace AndroidX.Media3.UI;
public partial class DefaultTimeBar
{
// This method cannot be bound because it has a base type method of the same
// name that has been changed to a property. We need "SetEnabled" to match
// an implemented interface name.
static Delegate? cb_setEnabled_Z;
#pragma warning disable 0169
static Delegate GetSetEnabled_ZHandler ()
{
if (cb_setEnabled_Z == null)
cb_setEnabled_Z = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPZ_V (n_SetEnabled_Z));
return cb_setEnabled_Z;
}
static void n_SetEnabled_Z (IntPtr jnienv, IntPtr native__this, bool enabled)
{
var __this = global::Java.Lang.Object.GetObject<global::AndroidX.Media3.UI.DefaultTimeBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer)!;
__this.SetEnabled (enabled);
}
#pragma warning restore 0169
// Metadata.xml XPath method reference: path="/api/package[@name='androidx.media3.ui']/class[@name='DefaultTimeBar']/method[@name='setDuration' and count(parameter)=1 and parameter[1][@type='long']]"
[Register ("setEnabled", "(Z)V", "GetSetEnabled_ZHandler")]
public virtual unsafe void SetEnabled (bool enabled)
{
const string __id = "setEnabled.(Z)V";
try {
JniArgumentValue* __args = stackalloc JniArgumentValue [1];
__args [0] = new JniArgumentValue (enabled);
_members.InstanceMethods.InvokeVirtualVoidMethod (__id, this, __args);
} finally {
}
}
}

Просмотреть файл

@ -0,0 +1,6 @@
<metadata>
<!-- This method is obsolete and causes a conflict with event generation -->
<remove-node
path="/api/package[@name='androidx.media3.ui']/class[@name='PlayerView']/method[@name='setControllerVisibilityListener' and count(parameter)=1 and parameter[1][@type='androidx.media3.ui.PlayerControlView.VisibilityListener']]"
/>
</metadata>

Просмотреть файл

@ -1,3 +1,9 @@
<metadata>
<attr
path="/api/package[@name='androidx.wear.watchface.complications.datasource']"
name="managedName"
>
AndroidX.Wear.WatchFace.Complications.Datasource
</attr>
</metadata>

Просмотреть файл

@ -1,3 +1,8 @@
<metadata>
<attr
path="/api/package[@name='androidx.wear.watchface.complications.datasource']"
name="managedName"
>
AndroidX.Wear.WatchFace.Complications.Datasource
</attr>
</metadata>

Просмотреть файл

@ -3,4 +3,11 @@
path="/api/package[@name='androidx.wear.watchface.complications.data']/class[@name='ComplicationData.BaseBuilder']/method[@name='build' and count(parameter)=0]"
/>
<attr
path="/api/package[@name='androidx.wear.watchface.complications.datasource']"
name="managedName"
>
AndroidX.Wear.WatchFace.Complications.Datasource
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,8 @@
<metadata>
<attr
path="/api/package[@name='io.antmedia.rtmp_client']"
name="managedName"
>
Xamarin.IO.AntMedia.Rtmp.Client
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,213 @@
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do not translate or localize
Xamarin Components for Ant-Media Librtmp Clent for Android incorporates
third party material from the projects listed below. The original copyright
notice and the license under which Microsoft received such third party
material are set forth below. Microsoft reserves all other rights not
expressly granted, whether by implication, estoppel or otherwise.
########################################
# Ant-Media Librtmp Clent for Android
# https://github.com/ant-media/Librtmp-Client-for-Android
########################################
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Просмотреть файл

@ -0,0 +1,15 @@
**Xamarin is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may require or install dependencies which are governed by additional licenses.**
Note: This component depends on Ant-Media Librtmp Clent for Android [Ant-Media Librtmp Clent for Android](https://github.com/ant-media/Librtmp-Client-for-Android) which is subject to the [Apache 2.0](https://github.com/ant-media/LibRtmp-Client-for-Android/blob/master/LICENSE)
### Xamarin Component for Ant-Media Librtmp Clent for Xamarin.Android
**The MIT License (MIT)**
Copyright (c) .NET Foundation Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,131 @@
@using System
@using System.IO
@using System.Linq
@using System.Xml.Linq
@{
string[] artifact_version_parts = Model.NuGetVersion
.Split(new string[] { "-" }, StringSplitOptions.None);
string artifact_version = null;
string artifact_version_release = artifact_version_parts[0];
string[] artifact_version_release_parts = artifact_version_release.Split(new string[] { "." }, StringSplitOptions.None);
artifact_version = string.Join(".", artifact_version_release_parts, 0, 3);
if (artifact_version_parts.Length == 1)
{
// release
}
if (artifact_version_parts.Length == 2)
{
artifact_version += "-" + artifact_version_parts[1];
}
}
## About
<!--
A description of the package and where one can find more documentation
-->
Ant-Media Librtmp Clent NuGet Package @(Model.NuGetPackageId)
.NET for Android (formerly Xamarin.Android) Ant-Media Librtmp Clent bindings NuGet Package
@(Model.NuGetPackageId) for Maven artifact:
artifact=@(Model.MavenGroupId):@(Model.Name)
artifact_versioned=@(Model.MavenGroupId):@(Model.Name):@(artifact_version)
nuget=@(Model.Name).@(Model.NuGetVersion)
For more info please visit:
https://github.com/xamarin/AndroidX/
## How to Use
<!--
A compelling example on how to use this package with code
-->
See samples:
https://github.com/xamarin/AndroidX/tree/main/samples
## Key Features
<!--
The key features of this package
-->
## Main Types
<!--
The main types provided in this library
-->
## Addtional Documentation
<!--
Provide links to more resources: List links such as detailed documentation, tutorial videos, blog posts, or any other relevant documentation to help users get the most out of your package
-->
### What is AndroidX
AndroidX (also called Jetpack) is a de-facto standard for Android application development and major
improvement to the original [Android Support Library](https://github.com/xamarin/AndroidSupportComponents).
AndroidX packages fully replace the Android Support Library by providing feature parity and new libraries.
From: https://developer.android.com/jetpack
Jetpack is a suite of libraries to help developers follow best practices, reduce boilerplate code, and
write code that works consistently across Android versions and devices so that developers can focus on
the code they care about.
From: https://developer.android.com/jetpack/getting-started
Jetpack encompasses a collection of Android libraries that incorporate best practices and provide backwards
compatibility in your Android apps.
The Jetpack guide to app architecture provides an overview of the best practices and recommended architecture
to consider as you build your Android app.
## Related Packages
<!--
The related packages associated with this package
-->
https://github.com/xamarin/AndroidX/blob/main/docs/artifact-list.md
https://github.com/xamarin/AndroidX/blob/main/docs/artifact-list-with-versions.md
https://www.nuget.org/packages?q=Xamarin.AndroidX
## Feedback & Contributing
<!--
How to provide feedback on this package and contribute to it
-->
https://github.com/xamarin/AndroidX/issues
<!--
Links to a GitHub repository where could open issues, Twitter, a Discord channel, bug tracker, or other platforms where a package consumer can connect with the package author
-->
https://github.com/xamarin/AndroidX/issues
https://discord.com/channels/732297728826277939/732297837953679412
### More Info
## Issues
Please report any issues:
https://github.com/xamarin/AndroidX/issues
MIT license

Просмотреть файл

@ -0,0 +1,75 @@
@{
var assembly_name = string.IsNullOrEmpty(Model.AssemblyName) ? Model.NuGetPackageId : Model.AssemblyName;
if (!Model.Metadata.TryGetValue("rootNamespace", out string rootNamespace)) { rootNamespace = Model.NuGetPackageId; }
if (!Model.Metadata.TryGetValue("friendlyName", out string friendlyName)) { friendlyName = Model.NuGetPackageId.Replace("Xamarin.", ""); }
}
<Project Sdk="Xamarin.Legacy.Sdk">
<PropertyGroup>
<TargetFrameworks>$(_DefaultTargetFrameworks)</TargetFrameworks>
<IsBindingProject>true</IsBindingProject>
<RootNamespace>@(rootNamespace)</RootNamespace>
<AssemblyName>@(assembly_name)</AssemblyName>
<AndroidUseIntermediateDesignerFile>True</AndroidUseIntermediateDesignerFile>
<!--
No warnings for:
- CS0618: 'member' is obsolete: 'text'
- CS0109: The member 'member' does not hide an inherited member. The new keyword is not required
- CS0114: 'function1' hides inherited member 'function2'. To make the current method override that implementation, add the override keyword. Otherwise add the new keyword.
- CS0628: 'member' : new protected member declared in sealed class
- CS0108: 'member1' hides inherited member 'member2'. Use the new keyword if hiding was intended.
- CS0809: Obsolete member 'member' overrides non-obsolete member 'member'
-->
<NoWarn>0618;0109;0114;0628;0108;0809</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AndroidClassParser>class-parse</AndroidClassParser>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
</PropertyGroup>
<PropertyGroup>
<PackageId>@(Model.NuGetPackageId)</PackageId>
<Title>@(friendlyName) Ant-Media Librtmp Clent for .NET for Android (formerly Xamarin.Android)</Title>
<PackageDescription>.NET for Android (formerly Xamarin.Android) binding for @(friendlyName)</PackageDescription>
<PackageLicenseExpression>MIT AND Apache-2.0</PackageLicenseExpression>
<PackageVersion>@(Model.NuGetVersion)</PackageVersion>
<PackageTags>.NET dotnet Xamarin Android artifact=@(Model.MavenGroupId):@(Model.Name) artifact_versioned=@(Model.MavenGroupId):@(Model.Name):@(Model.MavenArtifacts[0].MavenArtifactVersion)</PackageTags>
</PropertyGroup>
<ItemGroup>
<TransformFile Include="..\..\source\@(Model.MavenArtifacts[0].MavenGroupId)\@(Model.MavenArtifacts[0].MavenArtifactId)\Transforms\*.xml" Link="Transforms\%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\source\@(Model.MavenArtifacts[0].MavenGroupId)\@(Model.MavenArtifacts[0].MavenArtifactId)\Additions\*.cs" Link="Additions\%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
@foreach (var art in @Model.MavenArtifacts) {
<EmbeddedJar Include="..\..\externals\@(art.MavenGroupId)\@(art.MavenArtifactId)\classes.jar" Link="Jars\%(Filename)%(Extension)" />
<JavaSourcesJar Include="..\..\externals\@(art.MavenGroupId)\@(art.MavenArtifactId)-sources.jar" Link="Jars\%(Filename)%(Extension)" />
}
</ItemGroup>
<ItemGroup>
@foreach (var dep in @Model.NuGetDependencies) {
if (dep.IsProjectReference) {
<ProjectReference Include="..\..\generated\@(dep.MavenArtifact.MavenGroupId).@(dep.MavenArtifact.MavenArtifactId)\@(dep.MavenArtifact.MavenGroupId).@(dep.MavenArtifact.MavenArtifactId).csproj" PrivateAssets="none" />
} else {
<PackageReference Include="@(dep.NuGetPackageId)" Version="@(dep.NuGetVersion)" />
}
}
</ItemGroup>
<ItemGroup>
<None Include="..\..\templates\antmedia-rtpm-client\License.md" Pack="true" PackagePath="License.md" />
<None Include="..\..\templates\antmedia-rtpm-client\External-Dependency-Info.txt" Pack="true" PackagePath="THIRD-PARTY-NOTICES.txt" />
</ItemGroup>
<ItemGroup>
<None Include=".\readme.md" Pack="True" PackagePath="readme.md" />
</ItemGroup>
</Project>

Просмотреть файл

@ -606,6 +606,22 @@ Task ("spell-check")
"AdsServices",
"Material3Android",
"WindowSizeClassAndroid",
"ExoPlayer",
"Media3",
"DataSource",
"CroNet",
"OkHttp",
"Rtmp",
"Hls",
"Ima",
"Rtsp",
"SmoothStreaming",
"WorkManager",
"Ui",
"InteractiveMedia",
"V3",
"AntMedia",
"RtmpClient",
"OkIO",
"Parcelize",
"AtomicFU",