Interface ID3TermsOfUse

Represents a terms of use ID3 frame.

interface ID3TermsOfUse {
    id: "USER";
    language: string;
    text: string;
}

Hierarchy (view full)

Properties

Properties

id: "USER"

The identifier of the frame.

language: string

The language of the terms of use.

text: string

The content of the terms of use.

Generated using TypeDoc