Files
shaka-player/externs/cast.js
T
Joey Parrish 3a7d5b259a test(text): Add layout tests for native text display
In addition to the UI, text can also be displayed through the
browser's native display capabilities for subtitles.  So it's equally
important that we have layout tests for this, as well.

This expands our layout tests to run in both the UI and native display
contexts.

Change-Id: I65289eaa59fc9678ccede3a1ef3676c5b61ab740
2020-08-11 19:29:54 -07:00

21 lines
389 B
JavaScript

/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for HTMLMediaElement related to casting which were
* missing in the Closure compiler.
*
* @externs
*/
/**
* If true, Chrome on Android won't offer to cast in a src= playback.
*
* @type {boolean}
*/
HTMLMediaElement.prototype.disableRemotePlayback;