rx-player
Version:
Canal+ HTML5 Video Player
9 lines • 372 B
TypeScript
import type { IFeaturesObject } from "../../features/types";
/**
* Add ability to parse SAMI text tracks in an HTML textrack mode.
* @param {Object} features
*/
declare function addDebugElementFeature(features: IFeaturesObject): void;
export { addDebugElementFeature as DEBUG_ELEMENT };
export default addDebugElementFeature;
//# sourceMappingURL=debug_element.d.ts.map