Skip to content

Commit 38cfd7d

Browse files
ychaparovcopybara-github
authored andcommitted
Add dropped input buffers to DebugTextViewHelper
The field is more relevant with the `experimentalSetLateThresholdToDropDecoderInputUs` API. PiperOrigin-RevId: 726383978
1 parent b9ef035 commit 38cfd7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/exoplayer/src/main/java/androidx/media3/exoplayer/util/DebugTextViewHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ private static String getDecoderCountersBufferCountString(DecoderCounters counte
182182
+ counters.skippedOutputBufferCount
183183
+ " rb:"
184184
+ counters.renderedOutputBufferCount
185+
+ " dib:"
186+
+ counters.droppedInputBufferCount
185187
+ " db:"
186188
+ counters.droppedBufferCount
187189
+ " mcdb:"

0 commit comments

Comments
 (0)