Fix some markdown-in-javadoc

PiperOrigin-RevId: 687354846
This commit is contained in:
ibaker 2024-10-18 10:45:32 -07:00 committed by Copybara-Service
parent ceac959c29
commit 49337d9667
2 changed files with 18 additions and 10 deletions

View File

@ -684,11 +684,15 @@ public class DefaultTrackSelector extends MappingTrackSelector
* supported by the audio and video renderers for the selected tracks. * supported by the audio and video renderers for the selected tracks.
* *
* <p>Tunneling is known to have many device specific issues and limitations. Manual testing is * <p>Tunneling is known to have many device specific issues and limitations. Manual testing is
* strongly recommended to check that the media plays correctly when this option is enabled. See * strongly recommended to check that the media plays correctly when this option is enabled.
* [#9661](https://github.com/google/ExoPlayer/issues/9661), * See:
* [#9133](https://github.com/google/ExoPlayer/issues/9133), *
* [#9317](https://github.com/google/ExoPlayer/issues/9317), * <ul>
* [#9502](https://github.com/google/ExoPlayer/issues/9502). * <li><a href="https://github.com/google/ExoPlayer/issues/9661">google/ExoPlayer#9661</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9133">google/ExoPlayer#9133</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9317">google/ExoPlayer#9317</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9502">google/ExoPlayer#9502</a>
* </ul>
* *
* @param tunnelingEnabled Whether to enable tunneling if possible. * @param tunnelingEnabled Whether to enable tunneling if possible.
* @return This builder. * @return This builder.
@ -1499,10 +1503,14 @@ public class DefaultTrackSelector extends MappingTrackSelector
* *
* <p>Tunneling is known to have many device specific issues and limitations. Manual testing * <p>Tunneling is known to have many device specific issues and limitations. Manual testing
* is strongly recommended to check that the media plays correctly when this option is * is strongly recommended to check that the media plays correctly when this option is
* enabled. See [#9661](https://github.com/google/ExoPlayer/issues/9661), * enabled. See:
* [#9133](https://github.com/google/ExoPlayer/issues/9133), *
* [#9317](https://github.com/google/ExoPlayer/issues/9317), * <ul>
* [#9502](https://github.com/google/ExoPlayer/issues/9502). * <li><a href="https://github.com/google/ExoPlayer/issues/9661">google/ExoPlayer#9661</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9133">google/ExoPlayer#9133</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9317">google/ExoPlayer#9317</a>
* <li><a href="https://github.com/google/ExoPlayer/issues/9502">google/ExoPlayer#9502</a>
* </ul>
* *
* @param tunnelingEnabled Whether to enable tunneling if possible. * @param tunnelingEnabled Whether to enable tunneling if possible.
* @return This builder. * @return This builder.

View File

@ -82,7 +82,7 @@ import java.util.List;
private static final String TAG = "SefReader"; private static final String TAG = "SefReader";
/** /**
* Hex representation of `SEFT` (in ASCII). * Integer representation of {@code SEFT} (in ASCII).
* *
* <p>This is the last 4 bytes of a file that has Samsung Extension Format (SEF) data. * <p>This is the last 4 bytes of a file that has Samsung Extension Format (SEF) data.
*/ */