UNPKG

@svta/common-media-library

Version:
13 lines 263 B
/** * 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