Add missing @Override

PiperOrigin-RevId: 540220141
This commit is contained in:
tonihei 2023-06-14 11:26:38 +01:00 committed by Ian Baker
parent abd96598d9
commit c76680a65c

View File

@ -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();
/** /**