shaka-player
Version:
DASH/EME video player library
25 lines (19 loc) • 369 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for Titan OS
*
* @externs
*/
/* eslint-disable camelcase */
/** @const */
var SmartTvA_API = {};
/**
* @param {string} type
* @param {string=} value
* @return {boolean}
*/
SmartTvA_API.hasCapability = function(type, value) {};