toggle menu
Pillarbox
dev
androidJvm
switch theme
search in API
pillarbox-core-business
/
ch.srgssr.pillarbox.core.business.integrationlayer.data
/
Drm
Drm
@
Serializable
data
class
Drm
(
val
type
:
Drm.Type
,
val
licenseUrl
:
String
,
val
certificateUrl
:
String
?
=
null
)
Drm information
Members
Constructors
Drm
Link copied to clipboard
constructor
(
type
:
Drm.Type
,
licenseUrl
:
String
,
certificateUrl
:
String
?
=
null
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Drm.Type
>
Drm Type, on Android
FAIRPLAY
is not playable!
Properties
certificate
Url
Link copied to clipboard
val
certificateUrl
:
String
?
=
null
license
Url
Link copied to clipboard
val
licenseUrl
:
String
type
Link copied to clipboard
val
type
:
Drm.Type