@svta/common-media-library
Version:
A common library for media playback in JavaScript
14 lines • 300 B
TypeScript
/**
* Read ID3 size
*
* @param data - The data to read from
* @param offset - The offset at which to start reading
*
* @returns The size
*
* @internal
*
* @group ID3
*/
export declare function readId3Size(data: Uint8Array, offset: number): number;
//# sourceMappingURL=readId3Size.d.ts.map