@svta/common-media-library
Version:
A common library for media playback in JavaScript
11 lines • 315 B
TypeScript
import type { TypedResult } from '../utils/TypedResult.js';
import type { WebVttRegion } from './WebVttRegion.js';
/**
* WebVTT transform stream region result.
*
* @group WebVTT
*
* @beta
*/
export type WebVttRegionResult = TypedResult<'region', WebVttRegion>;
//# sourceMappingURL=WebVttRegionResult.d.ts.map