зеркало из https://github.com/xamarin/AndroidX.git
Merge pull request #949 from ne0rrmatrix/FixIPLayerListener
Refactor Player.Listener and update metadata
This commit is contained in:
Коммит
5b769b2b46
|
@ -1,4 +1,4 @@
|
||||||
<metadata>
|
<metadata>
|
||||||
<attr
|
<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]"
|
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"
|
name="managedType"
|
||||||
|
@ -79,7 +79,10 @@
|
||||||
>
|
>
|
||||||
VideoGraphListenerOutputSizeChangedEventArgs
|
VideoGraphListenerOutputSizeChangedEventArgs
|
||||||
</attr>
|
</attr>
|
||||||
|
<!-- Remove these as they cause issues with Media3.ExoPlayer-->
|
||||||
|
<remove-node
|
||||||
|
path="/api/package[@name='androidx.media3.common']/interface[@name='Player.Listener']/method[@name='onPositionDiscontinuity' and count(parameter)=1 and parameter[1][@type='int']]"
|
||||||
|
/>
|
||||||
<!--
|
<!--
|
||||||
Trying to fix IExoPlayer issue, but adding this metadata causes the following error:
|
Trying to fix IExoPlayer issue, but adding this metadata causes the following error:
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче