mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00
Keep playback position advancing when all renderers are disabled.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123977520
This commit is contained in:
parent
69bd31f7c2
commit
afa1ad1a6a
@ -361,6 +361,8 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||||||
}
|
}
|
||||||
updateBufferedPositionUs();
|
updateBufferedPositionUs();
|
||||||
source.continueBuffering(positionUs);
|
source.continueBuffering(positionUs);
|
||||||
|
} else {
|
||||||
|
updatePositionUs();
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean allRenderersEnded = true;
|
boolean allRenderersEnded = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user