ExoPlaybackException.Type


@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_RENDERERTYPE_UNEXPECTED or TYPE_REMOTE. Note that new types may be added in the future and error handling should handle unknown type values.