Skip to content
Prev Previous commit
Next Next commit
Remove unused method
  • Loading branch information
stuartmorgan-g committed Aug 7, 2025
commit 395b7ba736321dd4af4e7836ce719cced331a411
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public void setDisposeHandler(@Nullable DisposeHandler handler) {
protected abstract ExoPlayerEventListener createExoPlayerEventListener(
@NonNull ExoPlayer exoPlayer, @Nullable SurfaceProducer surfaceProducer);

void sendBufferingUpdate() {
videoPlayerEvents.onBufferingUpdate(exoPlayer.getBufferedPosition());
}

private static void setAudioAttributes(ExoPlayer exoPlayer, boolean isMixMode) {
exoPlayer.setAudioAttributes(
new AudioAttributes.Builder().setContentType(C.AUDIO_CONTENT_TYPE_MOVIE).build(),
Expand Down