Annotation Type UnsupportedDrmException.Reason
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface UnsupportedDrmException.Reason
The reason for the exception. One ofUnsupportedDrmException.REASON_UNSUPPORTED_SCHEME
orUnsupportedDrmException.REASON_INSTANTIATION_ERROR
.