UnsupportedSchemeException | API reference | Android Developers (original) (raw)
class UnsupportedSchemeException : MediaDrmException
kotlin.Any | |||
---|---|---|---|
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.media.MediaDrmException | ||
↳ |
Exception thrown when an attempt is made to construct a MediaDrm object using a crypto scheme UUID that is not supported by the device
Summary
Public constructors |
---|
UnsupportedSchemeException(detailMessage: String!) |
Inherited functions |
---|
From class MediaDrmException Int getErrorContext() Int getOemError() Int getVendorError() |
Public constructors
UnsupportedSchemeException
UnsupportedSchemeException(detailMessage: String!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.