/**
 * Represents a ContentProtection element in DASH manifest.
 *
 * @group DRM
 * @beta
 */
export type ContentProtection = {
    schemeIdUri?: string;
    value?: string;
    pssh?: string;
    laUrl?: string;
};
//# sourceMappingURL=ContentProtection.d.ts.map