Commit 10e2dfd2 by rohks Committed by Rohit Singh

Remove Javadoc TODO from README of decoder extensions

As most classes are used via interface only and people depending on it locally can always find the Javadoc in Android Studio directly, we don't plan to add Javadocs for these extensions module in developer.android.com.

PiperOrigin-RevId: 521993756
(cherry picked from commit e4cb583a)
parent 654a6786
...@@ -128,6 +128,4 @@ GL rendering mode has better performance, so should be preferred ...@@ -128,6 +128,4 @@ GL rendering mode has better performance, so should be preferred
* [Troubleshooting using decoding extensions][] * [Troubleshooting using decoding extensions][]
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playbacks [Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playbacks
...@@ -121,6 +121,4 @@ then implement your own logic to use the renderer for a given track. ...@@ -121,6 +121,4 @@ then implement your own logic to use the renderer for a given track.
* [Troubleshooting using decoding extensions][] * [Troubleshooting using decoding extensions][]
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback [Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
...@@ -100,6 +100,4 @@ player, then implement your own logic to use the renderer for a given track. ...@@ -100,6 +100,4 @@ player, then implement your own logic to use the renderer for a given track.
* [Troubleshooting using decoding extensions][] * [Troubleshooting using decoding extensions][]
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback [Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
...@@ -104,6 +104,4 @@ player, then implement your own logic to use the renderer for a given track. ...@@ -104,6 +104,4 @@ player, then implement your own logic to use the renderer for a given track.
* [Troubleshooting using decoding extensions][] * [Troubleshooting using decoding extensions][]
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback [Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
...@@ -141,6 +141,4 @@ GL rendering mode has better performance, so should be preferred. ...@@ -141,6 +141,4 @@ GL rendering mode has better performance, so should be preferred.
* [Troubleshooting using decoding extensions][] * [Troubleshooting using decoding extensions][]
<!-- TODO(b/276289331): Add Javadoc link when it's published on developer.android.com -->
[Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback [Troubleshooting using decoding extensions]: https://developer.android.com/guide/topics/media/exoplayer/troubleshooting#how-can-i-get-a-decoding-library-to-load-and-be-used-for-playback
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment