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