UNPKG

@svta/common-media-library

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