Type alias DecodedId3Frame<T>Beta

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

Decoded ID3 frame.

Type Parameters

  • T

Type declaration

  • data: T

    The data payload.

  • Optional info?: any

    A text description of the frame if provided.

  • key: string

    The four letter frame ID.