Vinyl
    Preparing search index...

    Interface CommonMediaKeySystemAccess

    This provides a common interface for MediaKeySystemAccess EME implementations.

    interface CommonMediaKeySystemAccess {
        keySystem: DrmKeySystem;
        createMediaKeys(): Promise<CommonMediaKeys>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    keySystem: DrmKeySystem

    Methods