THEOplayer > ID3InvolvedPeopleList
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents an involved people list ID3 frame.
Signature:
export interface ID3InvolvedPeopleList extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
List of the involved people. |
|
|
The identifier of the frame. |
List of the involved people.
Signature:
entries: Array<{
involvement: string;
involvee: string;
}>;
The identifier of the frame.
Signature:
id: 'IPLS' | 'IPL';