THEOplayer > ID3UniqueFileIdentifier
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a unique file identifier ID3 frame.
Signature:
export interface ID3UniqueFileIdentifier extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The identifier of the frame. |
|
|
The identifier of the file. |
|
|
The identifier of the owner of the file. |
The identifier of the frame.
Signature:
id: 'UFID' | 'UFI';
The identifier of the file.
Signature:
identifier: ArrayBuffer;
The identifier of the owner of the file.
Signature:
ownerIdentifier: string;