Interface ID3Yospace

Represents a Yospace ID3 frame.

interface ID3Yospace {
    id: YospaceId;
    text: string;
}

Hierarchy (view full)

Properties

Properties

The identifier of the frame.

text: string

The content of the frame.

Generated using TypeDoc