Interface AdaptationSetProtections<T>

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

Type Parameters

  • T

Hierarchy (view full)

Properties

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