UNPKG

@svta/common-media-library

Version:
16 lines 443 B
import type { EventMessageBox } from '../boxes/EventMessageBox.js'; import type { Fields } from '../boxes/Fields.js'; import type { IsoView } from '../IsoView.js'; /** * Parse an EventMessageBox from an IsoView * * @param view - The IsoView to read data from * * @returns A parsed EventMessageBox * * @group ISOBMFF * * @beta */ export declare function emsg(view: IsoView): Fields<EventMessageBox>; //# sourceMappingURL=emsg.d.ts.map