toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
exoplayer2
switch theme
search in API
exoplayer2
/
com.brightcove.player.render
/
UnsupportedDrmException
Unsupported
Drm
Exception
class
UnsupportedDrmException
:
Exception
Exception thrown when the required level of DRM is not supported.
Members
Constructors
Unsupported
Drm
Exception
Link copied to clipboard
constructor
(
reason
:
Int
)
constructor
(
reason
:
Int
,
cause
:
Exception
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
reason
Link copied to clipboard
val
reason
:
Int
REASON_NO_DRM
Link copied to clipboard
val
REASON_NO_DRM
:
Int
=
0
REASON_UNKNOWN
Link copied to clipboard
val
REASON_UNKNOWN
:
Int
=
2
REASON_UNSUPPORTED_SCHEME
Link copied to clipboard
val
REASON_UNSUPPORTED_SCHEME
:
Int
=
1
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String