Class MediaDrmCallbackException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public final class MediaDrmCallbackException
    extends IOException
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Thrown when an error occurs while executing a DRM key or provisioning request.
    See Also:
    Serialized Form
    • Field Detail

      • dataSpec

        public final DataSpec dataSpec
        Deprecated.
        The DataSpec associated with the request.
      • uriAfterRedirects

        public final Uri uriAfterRedirects
        Deprecated.
        The Uri after redirections, or dataSpec.uri if no redirection occurred.
      • responseHeaders

        public final Map<String,​List<String>> responseHeaders
        Deprecated.
        The HTTP request headers included in the response.
      • bytesLoaded

        public final long bytesLoaded
        Deprecated.
        The number of bytes obtained from the server.