mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Make MediaCodecAudioRenderer.getDurationToProgressUs
protected
This method is not intended to be exposed as 'public' as it was meant to be internal to the class/subclasses. PiperOrigin-RevId: 715402007
This commit is contained in:
parent
e9e0569425
commit
2361624222
@ -515,7 +515,7 @@ public class MediaCodecAudioRenderer extends MediaCodecRenderer implements Media
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getDurationToProgressUs(
|
||||
protected long getDurationToProgressUs(
|
||||
boolean isOnBufferAvailableListenerRegistered, long positionUs, long elapsedRealtimeUs) {
|
||||
if (nextBufferToWritePresentationTimeUs != C.TIME_UNSET) {
|
||||
long durationUs =
|
||||
|
Loading…
x
Reference in New Issue
Block a user