THEOplayer > ID3TermsOfUse
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a terms of use ID3 frame.
Signature:
export interface ID3TermsOfUse extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The identifier of the frame. |
|
|
The language of the terms of use. |
|
|
The content of the terms of use. |
The identifier of the frame.
Signature:
id: 'USER';
The language of the terms of use.
Signature:
language: string;
The content of the terms of use.
Signature:
text: string;