UNPKG

mes-engine

Version:

A powerful and flexible video processing framework for Node.js with support for multiple processing engines, adaptive streaming, and intelligent caching.

8 lines (6 loc) 187 B
export enum VideoEvent { CHUNK_PROCESSED = 'chunkProcessed', QUALITY_PROCESSED = 'qualityProcessed', PROCESSING_COMPLETE = 'processingComplete', ERROR = 'error' }