UNPKG

shaka-player

Version:
24 lines (20 loc) 355 B
/*! @license * Copyright 2024 Streaming Video Technology Alliance * SPDX-License-Identifier: Apache-2.0 */ goog.provide('cml.cmcd.CMCD_RESPONSE_KEYS'); /** * CMCD v2 - Response-only and timing keys. * * @const {!Array<string>} */ cml.cmcd.CMCD_RESPONSE_KEYS = [ 'cmsdd', 'cmsds', 'rc', 'smrt', 'ttfb', 'ttfbb', 'ttlb', 'url', ];