UNPKG

@phenixrts/sdk

Version:
7 lines (6 loc) 169 B
export type MseDecoderStatusType = 'Initializing' | 'Decoding' | 'Error'; export declare enum MseDecoderStatus { Initializing = 1, Decoding = 2, Error = 3 }