public interface

TrackSelector.InvalidationListener

 androidx.media3.exoplayer.trackselection.TrackSelector.InvalidationListener

Overview

Notified when selections previously made by a TrackSelector are no longer valid.

Summary

Methods
public voidonTrackSelectionsInvalidated()

Called by a TrackSelector to indicate that selections it has previously made are no longer valid.

Methods

public void onTrackSelectionsInvalidated()

Called by a TrackSelector to indicate that selections it has previously made are no longer valid. May be called from any thread.