public @interface

ExoTimeoutException.TimeoutOperation

implements java.lang.annotation.Annotation

 androidx.media3.exoplayer.ExoTimeoutException.TimeoutOperation

Overview

The operation which produced the timeout error. One of ExoTimeoutException.TIMEOUT_OPERATION_RELEASE, ExoTimeoutException.TIMEOUT_OPERATION_SET_FOREGROUND_MODE, ExoTimeoutException.TIMEOUT_OPERATION_DETACH_SURFACE or ExoTimeoutException.TIMEOUT_OPERATION_UNDEFINED. Note that new operations may be added in the future and error handling should handle unknown operation values.

Summary