mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix method Javadoc.
PiperOrigin-RevId: 318786283
This commit is contained in:
parent
6884dfb313
commit
f770ff677f
@ -275,9 +275,9 @@ public final class MaskingMediaSource extends CompositeMediaSource<Void> {
|
||||
@Nullable private final Object replacedInternalPeriodUid;
|
||||
|
||||
/**
|
||||
* Returns an instance with a dummy timeline using the provided window tag.
|
||||
* Returns an instance with a dummy timeline using the provided {@link MediaItem}.
|
||||
*
|
||||
* @param windowTag A window tag.
|
||||
* @param mediaItem A {@link MediaItem}.
|
||||
*/
|
||||
public static MaskingTimeline createWithDummyTimeline(MediaItem mediaItem) {
|
||||
return new MaskingTimeline(
|
||||
|
Loading…
x
Reference in New Issue
Block a user