UNPKG

shaka-player

Version:
21 lines (17 loc) 341 B
/*! @license * Copyright 2024 Streaming Video Technology Alliance * SPDX-License-Identifier: Apache-2.0 */ goog.provide('cml.cmcd.CMCD_EVENT_KEYS'); /** * Defines the event-specific keys for CMCD (Common Media Client Data) * version 2. * * @const {!Array<string>} */ cml.cmcd.CMCD_EVENT_KEYS = [ 'cen', 'e', 'h', 'ts', ];