Interface ID3InvolvedPeopleList

Represents an involved people list ID3 frame.

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

Hierarchy (view full)

Properties

Properties

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

List of the involved people.

Type declaration

  • involvee: string
  • involvement: string
id: "IPLS" | "IPL"

The identifier of the frame.