UNPKG

@phenixrts/sdk

Version:
9 lines (8 loc) 323 B
import { TrackWriterStatisticsType } from '../track/TrackWriterStatistics'; export type MseDecoderStatisticsType = { allTracks: TrackWriterStatisticsType; perTrack: { [mimeType: string]: TrackWriterStatisticsType; }[]; }; export declare const initialMseDecoderStatisticsState: MseDecoderStatisticsType;