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.

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