@svta/common-media-library
Version:
A common library for media playback in JavaScript
14 lines • 395 B
TypeScript
import type { Id3Frame } from './Id3Frame.js';
/**
* Returns true if the ID3 frame is an Elementary Stream timestamp frame
*
* @param frame - the ID3 frame
*
* @returns `true` if the ID3 frame is an Elementary Stream timestamp frame
*
* @internal
*
* @group ID3
*/
export declare function isId3TimestampFrame(frame: Id3Frame): boolean;
//# sourceMappingURL=isId3TimestampFrame.d.ts.map