Interface ID3Text

Represents a text information ID3 frame.

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

Hierarchy (view full)

Properties

Properties

id: string

The identifier of the frame.

Remarks


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

text: string

The content of the text.

Generated using TypeDoc