jamp3
    Preparing search index...

    Interface ReadOptions

    Options of MP3 reading

    interface ReadOptions {
        detectDuplicateID3v2?: boolean;
        id3v1?: boolean;
        id3v1IfNotID3v2?: boolean;
        id3v2?: boolean;
        mpeg?: boolean;
        mpegQuick?: boolean;
        raw?: boolean;
    }
    Index

    Properties

    detectDuplicateID3v2?: boolean

    do not stop looking for id3v2, even if one is already found

    id3v1?: boolean

    read ID3 v1 tag

    id3v1IfNotID3v2?: boolean

    read ID3 v1 tag only if no ID3 v2 tag is found

    id3v2?: boolean

    read ID3 v2 tag

    mpeg?: boolean

    read mpeg information

    mpegQuick?: boolean

    estimate mpeg information based on mpeg header (XING|Info)

    raw?: boolean

    do not parse id3v2 frames & return binary blobs