@svta/common-media-library
    Preparing search index...

    Type Alias DecodedId3Frame<T>Beta

    Decoded ID3 frame.

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T

    The data payload.

    info?: any

    A text description of the frame if provided.

    key: string

    The four letter frame ID.