Type Alias DecodedId3Frame<T>Beta

DecodedId3Frame<T>: {
    data: T;
    info?: any;
    key: string;
}

Decoded ID3 frame.

Type Parameters

  • T

Type declaration

  • Betadata: T

    The data payload.

  • Optional Betainfo?: any

    A text description of the frame if provided.

  • Betakey: string

    The four letter frame ID.