Vinyl
    Preparing search index...

    Interface ContentProtection

    A generic descriptor type that defines additional information about a content or component, specified by an ID, a scheme, and an optional value.

    interface ContentProtection {
        default_KID?: readonly string[];
        id?: string;
        pro?: Base64BinaryType;
        pssh?: Base64BinaryType;
        schemeIdUri: string;
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    default_KID?: readonly string[]
    id?: string

    An optional unique identifier for the descriptor.

    schemeIdUri: string

    The URI identifying the scheme or namespace of the descriptor.

    value?: string

    An optional value associated with the descriptor, whose interpretation depends on the scheme.