mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix compilation of MergingMediaSourceTest
This commit is contained in:
parent
473a4a7680
commit
7cf500bc2d
@ -139,7 +139,8 @@ public class MergingMediaSourceTest {
|
|||||||
int windowIndex,
|
int windowIndex,
|
||||||
@Nullable MediaPeriodId mediaPeriodId,
|
@Nullable MediaPeriodId mediaPeriodId,
|
||||||
LoadEventInfo loadEventInfo,
|
LoadEventInfo loadEventInfo,
|
||||||
MediaLoadData mediaLoadData) {
|
MediaLoadData mediaLoadData,
|
||||||
|
int retryCount) {
|
||||||
if (mediaPeriodId != null) {
|
if (mediaPeriodId != null) {
|
||||||
onLoadStartedMediaPeriodUids.add(mediaPeriodId.periodUid);
|
onLoadStartedMediaPeriodUids.add(mediaPeriodId.periodUid);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user