@svta/common-media-library
Version:
A common library for media playback in JavaScript
13 lines • 332 B
TypeScript
/**
* Searches for the Elementary Stream timestamp found in the ID3 data chunk
*
* @param data - Block of data containing one or more ID3 tags
*
* @returns The timestamp
*
* @group ID3
*
* @beta
*/
export declare function getId3Timestamp(data: Uint8Array): number | undefined;
//# sourceMappingURL=getId3Timestamp.d.ts.map