rx-player
Version:
Canal+ HTML5 Video Player
16 lines • 602 B
TypeScript
/**
* Update size of element which are proportional to the current text track
* element.
* Returns `true` if at least a single styling information is proportional,
* `false` otherwise.
* @param {number} currentHeight
* @param {number} currentWidth
* @param {Object} resolution
* @param {HTMLElement} textTrackElement
* @returns {boolean}
*/
export default function updateProportionalElements(currentHeight: number, currentWidth: number, resolution: {
columns: number;
rows: number;
}, textTrackElement: HTMLElement): boolean;
//# sourceMappingURL=update_proportional_elements.d.ts.map