Public Attributes

xl7::io::RIFF::Chunk Struct Reference

#include <RIFF.h>

List of all members.

Public Attributes

unsigned long id
unsigned long size
unsigned long form_type
unsigned long data_offset
unsigned long flags

Member Data Documentation

The offset of the beginning of the chunk's data, relative to the beginning of the file.

The flags specifying additional information about the chunk (should be zero).

The form type for RIFF chunks or the list type for LIST chunks.

unsigned long xl7::io::RIFF::Chunk::id

The chunk identifier.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines