mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
3a7d5b259a
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
21 lines
389 B
JavaScript
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;
|