Interface ID3PrivateFrame

Represents a private ID3 frame.

interface ID3PrivateFrame {
    data: ArrayBuffer;
    id: "PRIV";
    ownerIdentifier: string;
}

Hierarchy (view full)

Properties

The data of the frame.

id: "PRIV"

The identifier of the frame.

ownerIdentifier: string

The identifier of the owner.

Generated using TypeDoc