mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix JavaDoc generation errors.
This fixes the errors that prevent the JavaDoc generation with the Gradle script to run through. PiperOrigin-RevId: 262930857
This commit is contained in:
parent
5fcc4de1fd
commit
79c4f1878e
@ -96,11 +96,11 @@ public abstract class CompositeMediaSource<T> extends BaseMediaSource {
|
||||
/**
|
||||
* Prepares a child source.
|
||||
*
|
||||
* <p>{@link #onChildSourceInfoRefreshed(T, MediaSource, Timeline)} will be called when the child
|
||||
* source updates its timeline with the same {@code id} passed to this method.
|
||||
* <p>{@link #onChildSourceInfoRefreshed(Object, MediaSource, Timeline)} will be called when the
|
||||
* child source updates its timeline with the same {@code id} passed to this method.
|
||||
*
|
||||
* <p>Any child sources that aren't explicitly released with {@link #releaseChildSource(T)} will
|
||||
* be released in {@link #releaseSourceInternal()}.
|
||||
* <p>Any child sources that aren't explicitly released with {@link #releaseChildSource(Object)}
|
||||
* will be released in {@link #releaseSourceInternal()}.
|
||||
*
|
||||
* @param id A unique id to identify the child source preparation. Null is allowed as an id.
|
||||
* @param mediaSource The child {@link MediaSource}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user