Skip to main content
Version: 14 May 2024

MLMediaDRMKeyStatus

MediaDRM session key status.

Public Attributes

Data


public Key Data => new Key(this.keyId.Bytes, this.status);

TypeDescription
KeyMediaDRM session key info.

keyId

KeyID that belongs to one of th DRM session key.


public readonly MLMediaDRMByteArray keyId;

TypeDescription
readonly MLMediaDRMByteArrayData type containing byte array buffer and the size.

status

Status code of the corresponding key.


public readonly KeyStatus status;