MIDI::Chunk Class Reference

#include <Chunk.h>

Inherited by MIDI::Header, and MIDI::Track.

List of all members.

Public Member Functions

 Chunk ()
 Constructor.
virtual DataBuffer data ()

Detailed Description

MIDI files are made out of chunks. This represents one chunk. A chunk contains the following information:

None of that information is stored explecitely, although it is stored implicitely in sub-classes.

See also:
MIDI::Header
MIDI::Track

Definition at line 46 of file Chunk.h.


Constructor & Destructor Documentation

MIDI::Chunk::Chunk (  ) 

Constructor.

Definition at line 27 of file Chunk.cpp.


Member Function Documentation

DataBuffer MIDI::Chunk::data (  )  [virtual]
Returns:
data to be written out

Reimplemented in MIDI::Header, and MIDI::Track.

Definition at line 30 of file Chunk.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Defines

Generated on Tue Jan 5 16:09:42 2010 for libmidi by  doxygen 1.6.1