mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing @Override
PiperOrigin-RevId: 540220141
This commit is contained in:
parent
abd96598d9
commit
c76680a65c
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ public interface MediaPeriod extends SequenceableLoader {
|
||||||
boolean continueLoading(long positionUs);
|
boolean continueLoading(long positionUs);
|
||||||
|
|
||||||
/** Returns whether the media period is currently loading. */
|
/** Returns whether the media period is currently loading. */
|
||||||
|
@Override
|
||||||
boolean isLoading();
|
boolean isLoading();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue