Tawara  0.1.0
Namespaces | Classes | Enumerations
Interfaces
Collaboration diagram for Interfaces:

Namespaces

 tawara
 

Classes

class  tawara::Block
 Block interface. More...
 
class  tawara::SilentTrackNumber
 The track number of a silent track. More...
 
class  tawara::Cluster
 The base Cluster, defining the common interface for Cluster element implementations. More...
 
class  tawara::EBMLElement
 The EBML Header element. More...
 
class  tawara::Element
 The Element interface, a basic interface to an element object. More...
 
class  tawara::MasterElement
 The MasterElement interface. More...
 
class  tawara::PrimitiveElement< T >
 The primitive data element interface. More...
 
class  tawara::SeekElement
 The Seek element, which contains a single index point in the SeekHead element. More...
 
class  tawara::Tawara
 The Tawara interface, the interface provided by all Tawara objects. More...
 

Enumerations

enum  tawara::Block::LacingType { tawara::Block::LACING_NONE, tawara::Block::LACING_EBML, tawara::Block::LACING_FIXED }
 Lacing types. More...
 

Detailed Description

Enumeration Type Documentation

Lacing types.

Enumerator
LACING_NONE 

No lacing.

LACING_EBML 

EBML-style lacing.

LACING_FIXED 

Fixed-size lacing.

Definition at line 69 of file block.h.