Interface ID3Unknown

Represents an unknown ID3 frame.

interface ID3Unknown {
    data: undefined | ArrayBuffer;
    id: string;
}

Hierarchy (view full)

Properties

Properties

data: undefined | ArrayBuffer

The raw data of the frame.

id: string

The identifier of the frame.