Interface ID3InvolvedPeopleList

Represents an involved people list ID3 frame.

interface ID3InvolvedPeopleList {
    entries: { involvee: string; involvement: string }[];
    id: "IPLS" | "IPL";
}

Hierarchy (View Summary)

Properties

Properties

entries: { involvee: string; involvement: string }[]

List of the involved people.

id: "IPLS" | "IPL"

The identifier of the frame.