mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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);
|
||||
|
||||
/** Returns whether the media period is currently loading. */
|
||||
@Override
|
||||
boolean isLoading();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue