mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Fix compilation of MergingMediaSourceTest
This commit is contained in:
parent
473a4a7680
commit
7cf500bc2d
2 changed files with 3 additions and 2 deletions
|
|
@ -845,7 +845,7 @@ public interface AnalyticsListener {
|
|||
|
||||
/**
|
||||
* @deprecated Implement {@link #onLoadStarted(EventTime, LoadEventInfo, MediaLoadData, int)}
|
||||
* instead.
|
||||
* instead.
|
||||
*/
|
||||
@UnstableApi
|
||||
@Deprecated
|
||||
|
|
|
|||
|
|
@ -139,7 +139,8 @@ public class MergingMediaSourceTest {
|
|||
int windowIndex,
|
||||
@Nullable MediaPeriodId mediaPeriodId,
|
||||
LoadEventInfo loadEventInfo,
|
||||
MediaLoadData mediaLoadData) {
|
||||
MediaLoadData mediaLoadData,
|
||||
int retryCount) {
|
||||
if (mediaPeriodId != null) {
|
||||
onLoadStartedMediaPeriodUids.add(mediaPeriodId.periodUid);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue