mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Clean up javadoc on Metadata.Entry.populateMediaMetadata
Remove self-links, and remove section that is documenting internal
ordering behaviour of
[`SimpleBasePlayer.getCombinedMediaMetadata`](bb270c62cf/library/common/src/main/java/com/google/android/exoplayer2/SimpleBasePlayer.java (L1770)
)
rather than anything specifically about this method.
#minor-release
PiperOrigin-RevId: 490923719
This commit is contained in:
parent
6443c4b6b9
commit
a6703285d0
@ -50,11 +50,8 @@ public final class Metadata implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the {@link MediaMetadata.Builder} with the type specific values stored in this Entry.
|
* Updates the {@link MediaMetadata.Builder} with the type-specific values stored in this {@code
|
||||||
*
|
* Entry}.
|
||||||
* <p>The order of the {@link Entry} objects in the {@link Metadata} matters. If two {@link
|
|
||||||
* Entry} entries attempt to populate the same {@link MediaMetadata} field, then the last one in
|
|
||||||
* the list is used.
|
|
||||||
*
|
*
|
||||||
* @param builder The builder to be updated.
|
* @param builder The builder to be updated.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user