#include <RIFF.h>
Public Attributes | |
| unsigned long | id |
| unsigned long | size |
| unsigned long | form_type |
| unsigned long | data_offset |
| unsigned long | flags |
| unsigned long xl7::io::RIFF::Chunk::data_offset |
The offset of the beginning of the chunk's data, relative to the beginning of the file.
| unsigned long xl7::io::RIFF::Chunk::flags |
The flags specifying additional information about the chunk (should be zero).
| unsigned long xl7::io::RIFF::Chunk::form_type |
The form type for RIFF chunks or the list type for LIST chunks.
| unsigned long xl7::io::RIFF::Chunk::id |
The chunk identifier.
| unsigned long xl7::io::RIFF::Chunk::size |
The size, in bytes, of the data of the chunk. The size does not include the 4-byte chunk identifier, the 4-byte chunk size, or the optional pad byte at the end of the data member.
1.7.1