UNPKG

taglib-wasm

Version:

TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps

12 lines 644 B
/** * Reserved property-map key carrying exact MP4 atom names to the C++ write path. * * NOT a property and NOT handle state: it is a write-time directive recomputed at * each write site from the PROPERTIES table, so it needs no entry in the * extra-state reconstruct registry — but every write site that builds a property * map must add it, or MP4 freeform atoms get TagLib's upper-cased name * (taglib-bnhl). Sites: `BaseAudioFileImpl.setProperties`/`setProperty` and the * `saveToFile` reconstruct in `save-reconstruct.ts`. */ export declare const MP4_ITEM_NAMES_KEY = "_mp4ItemNames"; //# sourceMappingURL=mp4-item-names.d.ts.map