ExoPlaybackException.Type
Artifact: androidx.media3:media3-exoplayer
@UnstableApi
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation ExoPlaybackException.Type
The type of source that produced the error. One of TYPE_SOURCE
, TYPE_RENDERER
TYPE_UNEXPECTED
or TYPE_REMOTE
. Note that new types may be added in the future and error handling should handle unknown type values.