Package com.google.android.exoplayer2
Annotation Type ExoPlaybackException.Type
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface ExoPlaybackException.Type
The type of source that produced the error. One ofExoPlaybackException.TYPE_SOURCE
,ExoPlaybackException.TYPE_RENDERER
ExoPlaybackException.TYPE_UNEXPECTED
orExoPlaybackException.TYPE_REMOTE
. Note that new types may be added in the future and error handling should handle unknown type values.