Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/../once/../get-intrinsic/./../cliui/../pino/../form-data/../@eshaz/../wrappy/../gopd/../uuid/../music-metadata/lib/id3v1
الملفات الموجودة في هذا الـ Path:
.
..
ID3v1Parser.d.ts
ID3v1Parser.js
ID3v1TagMap.d.ts
ID3v1TagMap.js

مشاهدة ملف: ID3v1Parser.d.ts

import { BasicParser } from '../common/BasicParser';
import { IRandomReader } from '../type';
/**
 * ID3v1 Genre mappings
 * Ref: https://de.wikipedia.org/wiki/Liste_der_ID3v1-Genres
 */
export declare const Genres: string[];
export declare class ID3v1Parser extends BasicParser {
    private static getGenre;
    parse(): Promise<void>;
    private addTag;
}
export declare function hasID3v1Header(reader: IRandomReader): Promise<boolean>;