UNPKG

@svta/common-media-library

Version:
12 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CENC = void 0; /** * Common Encryption scheme. * * @group DRM * * @beta */ exports.CENC = 'cenc'; //# sourceMappingURL=CENC.js.map