mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix some markdown-in-javadoc
PiperOrigin-RevId: 687354846
This commit is contained in:
parent
ceac959c29
commit
49337d9667
@ -684,11 +684,15 @@ public class DefaultTrackSelector extends MappingTrackSelector
|
||||
* 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
|
||||
* strongly recommended to check that the media plays correctly when this option is enabled. See
|
||||
* [#9661](https://github.com/google/ExoPlayer/issues/9661),
|
||||
* [#9133](https://github.com/google/ExoPlayer/issues/9133),
|
||||
* [#9317](https://github.com/google/ExoPlayer/issues/9317),
|
||||
* [#9502](https://github.com/google/ExoPlayer/issues/9502).
|
||||
* strongly recommended to check that the media plays correctly when this option is enabled.
|
||||
* See:
|
||||
*
|
||||
* <ul>
|
||||
* <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.
|
||||
* @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
|
||||
* is strongly recommended to check that the media plays correctly when this option is
|
||||
* enabled. See [#9661](https://github.com/google/ExoPlayer/issues/9661),
|
||||
* [#9133](https://github.com/google/ExoPlayer/issues/9133),
|
||||
* [#9317](https://github.com/google/ExoPlayer/issues/9317),
|
||||
* [#9502](https://github.com/google/ExoPlayer/issues/9502).
|
||||
* enabled. See:
|
||||
*
|
||||
* <ul>
|
||||
* <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.
|
||||
* @return This builder.
|
||||
|
@ -82,7 +82,7 @@ import java.util.List;
|
||||
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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user