Chunk

RIFF chunk.

Constructors

this
this(ubyte[] data)

Parse and consume one chunk from data.

Members

Functions

data
ubyte[] data()
Undocumented in source. Be warned that the author may not have intended to support it.
name
char[4] name()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Header
struct Header
header
Header* header;

Chunk header.

Variables

Meta