Skip to main content
Version: 20 Mar 2024

KeyStatuses

MediaDRM session keys status change info.

Public Methods

override string ToString

public override string ToString()

Public Attributes

HasNewUseableKey

Indicates if a key has been added that is usable, which may trigger an attempt to resume playback on the media stream if it is currently blocked waiting for a key.


public readonly bool HasNewUseableKey;


Keys

Key entries.


public readonly Key [] Keys;

TypeDescription
readonly Key []MediaDRM session key info.

SessionId

DRM session id associated with the event.


public readonly byte [] SessionId;