UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

4 lines (3 loc) 227 B
import type { MediaParserMetadataEntry } from '../../metadata/get-metadata'; import type { WavStructure } from './types'; export declare const getMetadataFromWav: (structure: WavStructure) => MediaParserMetadataEntry[] | null;