@svta/common-media-library
Version:
A common library for media playback in JavaScript
15 lines • 428 B
TypeScript
import type { WebVttRegion } from './WebVttRegion.js';
/**
* Convert a WebVTT region to a VTTRegion.
*
* @param region - The WebVTT region to convert.
* @returns The converted VTTRegion.
*
* @group WebVTT
*
* @beta
*
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/VTTRegion | VTTRegion}
*/
export declare function toVttRegion(region: WebVttRegion): VTTRegion;
//# sourceMappingURL=toVttRegion.d.ts.map