@svta/common-media-library
    Preparing search index...

    Type Alias KeySystemBeta

    Represents a DRM Key System.

    type KeySystem = {
        schemeIdURI?: string;
        systemString: string;
        uuid: string;
    }
    Index

    Properties

    schemeIdURI?: string

    Optional scheme ID URI for the key system

    systemString: string

    The system string for the key system, such as com.widevine.alpha

    uuid: string

    The UUID identifying the key system