jamp3
    Preparing search index...

    Interface MPEG

    MPEG Information

    interface MPEG {
        audioBytes: number;
        audioBytesDeclared: number;
        bitRate: number;
        channels: number;
        durationEstimate: number;
        durationRead: number;
        encoded: string;
        frameCount: number;
        frameCountDeclared: number;
        layer: string;
        mode: string;
        sampleCount: number;
        sampleRate: number;
        version: string;
    }
    Index

    Properties

    audioBytes: number

    number of bytes of audio

    audioBytesDeclared: number

    number of bytes of audio declared in audio header

    bitRate: number

    bitRate of audio

    channels: number

    number of channels

    durationEstimate: number

    the estimated duration based on audio mpeg header or by the first few audio frames

    durationRead: number

    the duration calculated by all audio frames

    encoded: string

    bitrate encoding: VBR || CBR

    frameCount: number

    number of audio frames

    frameCountDeclared: number

    number of audio frames declared in audio header

    layer: string

    mpeg layer

    mode: string

    channel mode: joint || dual || single

    sampleCount: number

    number of samples per audio frame

    sampleRate: number

    sampleRate of audio

    version: string

    mpeg version