Files
2026-02-21 10:33:18 +01:00

4 lines
230 B
TypeScript

import type { MatroskaStructure } from '../parse-result';
import type { MediaParserMetadataEntry } from './get-metadata';
export declare const getMetadataFromMatroska: (structure: MatroskaStructure) => MediaParserMetadataEntry[];