node-taglib-sharp / Exports / IRiffChunk
Interface for chunks that appear in a RIFF file.
• chunkStart: number
Offset into the file where the chunk begins. This is undefined
if the object was
constructed directly from data.
• fourcc: string
FOURCC code for the chunk.
• originalDataSize: number
Size of just the data contained within the current instance. Does not include the header or padding byte. This value does not update if contents of the chunk changes.
• originalTotalSize: number
Original size of the chunk, including header and padding byte. This value does not update if the contents of the chunk changes.
▸ render(): ByteVector
Renders the chunk, including the header and padding byte.