Package com.google.android.exoplayer2.ui
Interface TrackSelectionView.TrackSelectionListener
-
- Enclosing class:
- TrackSelectionView
public static interface TrackSelectionView.TrackSelectionListener
Listener for changes to the selected tracks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTrackSelectionChanged(boolean isDisabled, List<DefaultTrackSelector.SelectionOverride> overrides)
Called when the selected tracks changed.
-
-
-
Method Detail
-
onTrackSelectionChanged
void onTrackSelectionChanged(boolean isDisabled, List<DefaultTrackSelector.SelectionOverride> overrides)
Called when the selected tracks changed.- Parameters:
isDisabled
- Whether the renderer is disabled.overrides
- List of selected track selection overrides for the renderer.
-
-