Interface ID3UniqueFileIdentifier

Represents a unique file identifier ID3 frame.

interface ID3UniqueFileIdentifier {
    id: "UFID" | "UFI";
    identifier: ArrayBuffer;
    ownerIdentifier: string;
}

Hierarchy (view full)

Properties

id: "UFID" | "UFI"

The identifier of the frame.

identifier: ArrayBuffer

The identifier of the file.

ownerIdentifier: string

The identifier of the owner of the file.

Generated using TypeDoc