Vinyl
    Preparing search index...

    Interface DrmProtection

    Protection information for a key system. Media may have more than one protection system.

    interface DrmProtection {
        keySystem: DrmKeySystem;
        pro?: Maybe<string>;
        pssh?: Maybe<string>;
    }
    Index

    Properties

    Properties

    keySystem: DrmKeySystem

    The key system used in the encryption.

    pro?: Maybe<string>

    PlayReady object.

    pssh?: Maybe<string>

    The initialization key, in base 64.