export enum StreamPlayerType { VIDEO = 'default', WEBGL2 = 'webgl2', } export enum StreamVideoProcessing { USM = 'usm', CAS = 'cas', }