shaka-player
Version:
DASH/EME video player library
15 lines (10 loc) • 300 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
goog.provide('shaka.ui.Constants');
/** @const {string} */
shaka.ui.Constants.ARIA_LABEL = 'aria-label';
/** @const {number} */
shaka.ui.Constants.MIN_SEEK_WINDOW_TO_SHOW_SEEKBAR = 5; // seconds