UNPKG

zombiebox

Version:

ZombieBox is a JavaScript framework for development of Smart TV and STB applications

21 lines (18 loc) 457 B
/* * This file is part of the ZombieBox package. * * Copyright © 2012-2021, Interfaced * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* eslint-disable import/prefer-default-export */ /** * @enum {string} */ export const Type = { PLAYREADY: 'playready', VERIMATRIX: 'verimatrix', WIDEVINE_CLASSIC: 'widevine_classic', WIDEVINE_MODULAR: 'widevine_modular' };