Vinyl
    Preparing search index...

    Interface DrmControllerEventMap

    interface DrmControllerEventMap {
        error: BasicErrorEvent;
        mediaKeysSet: MediaKeysSetEvent;
        reset: AnyRecord;
        sessionClose: KeySessionEvent;
        sessionCreate: KeySessionEvent;
    }
    Index

    Properties

    A DRM error occurred.

    mediaKeysSet: MediaKeysSetEvent

    The media keys have been created and set.

    This will happen after the first call to initialize or after the first 'encrypted' event is handled.

    reset: AnyRecord

    Emitted when the error state has been reset.

    sessionClose: KeySessionEvent

    Dispatched after a key session has been closed.

    sessionCreate: KeySessionEvent

    Dispatched after a key session has been created.