Constructs a new IsoBoxWriteView.
The size of the data view.
The buffer of the data view.
The buffer of the data view.
The length of the data view.
The length of the data view.
The offset of the data view.
The offset of the data view.
Writes an array of numbers to the data view.
The data to write.
The type of the data.
The size, in bytes, of each data value.
The number of values to write. (optional)
Writes a box header to the data view.
The type of the box.
The size, in bytes, of the box.
Writes a Uint8Array to the data view.
The data to write.
Writes a full box header to the data view.
The version of the full box.
The flags of the full box.
Writes an int to the data view.
The value to write.
The size, in bytes, of the value.
Writes a string to the data view.
The value to write.
Writes a template to the data view.
The value to write.
The size, in bytes, of the template.
Writes a null terminated string to the data view.
The value to write.
Writes a uint to the data view.
The value to write.
The size, in bytes, of the value.
Writes a UTF-8 null terminated string to the data view.
The value to write.
A view for writing ISO BMFF data.