Package-level declarations
Types
Link copied to clipboard
class Device(val type: DeviceTypes, val securityLevel: Int, val flags: Map<String, Any?>, val privateKeyDer: ByteArray, val clientId: ClientIdentification, val vmp: FileHashes?, val systemId: Int, val rawFlags: Int = 0)
Kotlin Multiplatform representation of a Widevine Device file (WVD). Supports the v2 structure used by pywidevine; v1 blobs can be brought forward with migrate.
Link copied to clipboard
Types of Widevine devices supported by this library.
Link copied to clipboard