THEOplayer Web SDK
    Preparing search index...

    Interface ID3Text

    Represents a text information ID3 frame.

    interface ID3Text {
        id: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The identifier of the frame.


    - Applicable values are "T000" to "TZZZ" and "T00" to "TZZ", excluding "TXX" and "TXXX".

    text: string

    The content of the text.