mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
17 lines
242 B
JavaScript
17 lines
242 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Externs for Hisense
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
/**
|
|
* @return {boolean}
|
|
*/
|
|
window.Hisense_Get4KSupportState = function() {};
|