@meframe/core
Version:
Next generation media processing framework based on WebCodecs
8 lines • 476 B
TypeScript
/**
* Controllers module exports
*/
export { PlaybackController } from './PlaybackController';
export { PreRenderService } from './PreRenderService';
export { PreRenderTaskQueue } from './PreRenderTaskQueue';
export type { IPreRenderService, RenderStrategy, PreRenderStatus, RenderTask, IPlaybackController, PlaybackState, PlaybackEvent, PlaybackOptions, PreviewHandle, TimeRange, PrioritizedClip, IEventBus, FrameStats, } from './types';
//# sourceMappingURL=index.d.ts.map