UNPKG

shaka-player

Version:
22 lines (18 loc) 570 B
/*! @license * Copyright 2024 Streaming Video Technology Alliance * SPDX-License-Identifier: Apache-2.0 */ goog.provide('cml.cmcd.CMCD_TOKEN_VALUES'); /** * Maps token keys to their valid values. * * @const {!Object<string, !Array<string>>} */ cml.cmcd.CMCD_TOKEN_VALUES = { e: ['bc', 'ps', 'pr', 'e', 't', 'c', 'b', 'm', 'um', 'pe', 'pc', 'rr', 'as', 'ae', 'abs', 'abe', 'sk', 'ce'], ot: ['m', 'a', 'v', 'av', 'i', 'c', 'tt', 'k', 'o'], sf: ['d', 'h', 's', 'o'], st: ['v', 'l', 'll'], sta: ['s', 'p', 'k', 'r', 'a', 'w', 'e', 'f', 'q', 'd'], };