mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
Fix method Javadoc.
PiperOrigin-RevId: 318786283
This commit is contained in:
parent
6884dfb313
commit
f770ff677f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue