public interface

SuitableOutputChecker.Callback

 androidx.media3.exoplayer.SuitableOutputChecker.Callback

Overview

Callback to notify changes in the suitability of the selected media output.

Summary

Methods
public voidonSelectedOutputSuitabilityChanged(boolean isSelectedOutputSuitableForPlayback)

Called when suitability of the selected output has changed.

Methods

public void onSelectedOutputSuitabilityChanged(boolean isSelectedOutputSuitableForPlayback)

Called when suitability of the selected output has changed.

Parameters:

isSelectedOutputSuitableForPlayback: true when selected output is suitable for playback.