Vinyl
    Preparing search index...

    Interface CommonMediaKeySessionEventMap

    Common media key session events

    interface CommonMediaKeySessionEventMap {
        closed: CommonMediaKeySessionClosedEvent;
        error: BasicErrorEvent;
        message: CommonMediaKeyMessageEvent;
    }
    Index

    Properties

    Properties

    Dispatched when the session is forcibly closed by the CDM.

    Dispatched when an error occurs.

    Dispatched when a message is generated by the content decryption module.