Type Alias DecodedId3Frame<T>Beta

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

Decoded ID3 frame.

Type Parameters

  • T

Type declaration

  • data: T

    The data payload.

  • Optionalinfo?: any

    A text description of the frame if provided.

  • key: string

    The four letter frame ID.