mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
3b2f7dba04
* Stop using setAttribute for ARIA * Remove references to shaka.ui.Constants.ARIA_LABEL
12 lines
230 B
JavaScript
12 lines
230 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
goog.provide('shaka.ui.Constants');
|
|
|
|
/** @const {number} */
|
|
shaka.ui.Constants.MIN_SEEK_WINDOW_TO_SHOW_SEEKBAR = 5; // seconds
|