Vinyl
    Preparing search index...

    Interface AdaptationSetProtections<T>

    interface AdaptationSetProtections<T> {
        ContentProtection?: readonly T[];
        Representation?: readonly RepresentationTypeProtections<T>[];
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    ContentProtection?: readonly T[]
    Representation?: readonly RepresentationTypeProtections<T>[]