UNPKG

shaka-player

Version:
34 lines (30 loc) 434 B
/*! @license * Copyright 2024 Streaming Video Technology Alliance * SPDX-License-Identifier: Apache-2.0 */ goog.provide('cml.cmcd.CMCD_V1_KEYS'); /** * Defines the keys for CMCD (Common Media Client Data) version 1. * * @const {!Array<string>} */ cml.cmcd.CMCD_V1_KEYS = [ 'bl', 'br', 'bs', 'cid', 'd', 'dl', 'mtp', 'nor', 'nrr', 'ot', 'pr', 'rtp', 'sf', 'sid', 'st', 'su', 'tb', 'v', ];