public @interface

ExoPlaybackException.Type

implements java.lang.annotation.Annotation

 androidx.media3.exoplayer.ExoPlaybackException.Type

Overview

The type of source that produced the error. One of ExoPlaybackException.TYPE_SOURCE, ExoPlaybackException.TYPE_RENDERER ExoPlaybackException.TYPE_UNEXPECTED or ExoPlaybackException.TYPE_REMOTE. Note that new types may be added in the future and error handling should handle unknown type values.

Summary