node-taglib-sharp / Exports / Id3v2ExtendedHeader
This class is a filler until support for reading and writing the ID3v2 extended header is implemented.
• get
size(): number
Gets the size of the data on disk in bytes.
number
▸ Static
fromData(data
, version
): Id3v2ExtendedHeader
Constructs and initializes a new instance by reading the raw contents.
Name | Type | Description |
---|---|---|
data |
ByteVector |
Raw extended header structure |
version |
number |
ID3v2 version. Must be an unsigned 8-bit integer. |
▸ Static
fromEmpty(): Id3v2ExtendedHeader
Constructs and initializes a new instance with no contents.