Interface ID3BaseFrame

Represents a generic ID3 frame.

interface ID3BaseFrame {
    id: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The identifier of the frame.

Generated using TypeDoc