mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +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;
|
@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) {
|
public static MaskingTimeline createWithDummyTimeline(MediaItem mediaItem) {
|
||||||
return new MaskingTimeline(
|
return new MaskingTimeline(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user