Skip to main content
Version: 20 Mar 2024

Expiration

MediaDRM expiration update info associated with a session.

Public Methods

override string ToString

public override string ToString()

Public Attributes

SessionId

DRM session id associated with the event.


public readonly byte [] SessionId;


TimeMs

The new expiration time for the keys in the session. The time is in milliseconds ,relative to the Unix epoch. A time of 0 indicates that the keys never expire.


public readonly ulong TimeMs;