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

    Type Alias ContentProtectionBeta

    Represents a ContentProtection element in DASH manifest.

    type ContentProtection = {
        laUrl?: string;
        pssh?: string;
        schemeIdUri?: string;
        value?: string;
    }
    Index

    Properties

    laUrl?: string
    pssh?: string
    schemeIdUri?: string
    value?: string