THEOplayer Web SDK
    Preparing search index...

    Interface ID3UserDefinedText

    Represents a used defined text ID3 frame.

    interface ID3UserDefinedText {
        description: string;
        id: "TXXX" | "TXX";
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description: string

    The description of the text.

    id: "TXXX" | "TXX"

    The identifier of the frame.

    text: string

    The content of the text.