Tawara
0.1.0
|
▼Ntawara | |
CAttachedFile | An attachment is a binary blob attached to a segment |
CAttachments | The Attachments element stores opaque data attached to a segment |
CBadBodySize | A read body size does not match the actual body size in the file |
CBadDocReadVersion | The required Tawara read version is too high |
CBadElementLength | A fixed-length element is truncated or lengthened in the file |
CBadLacedFrameSize | A frame with a bad size was added to a block |
CBadReadVersion | The required EBML read version is too high |
CBinaryElement | Binary primitive element |
CBlock | Block interface |
CBlockAdditions | This element is used to specify reference blocks |
CBlockElement | |
CBlockGroup | The BlockGroup is the standard block |
CBlockImpl | Common block functionality implementation |
CBufferTooSmall | A buffer was too small for the data |
CCluster | The base Cluster, defining the common interface for Cluster element implementations |
CCuePoint | A CuePoint is an index from a timecode to one or more cluster/block positions |
CCues | The Cues element provides a list of indexes into the blocks for specific timecodes |
CCueTrackPosition | The position in the segment of the data for a single track |
CDateElement | Date primitive element |
CDuplicateTimecode | A duplicate timecode was encountered in the cues |
CDuplicateTrackNumber | A duplicate track number was encountered |
CDuplicateUID | A UID collision was encountered |
CEBMLElement | The EBML Header element |
CElement | The Element interface, a basic interface to an element object |
CEmptyBlock | An empty block was encountered |
CEmptyBlockAdditionsElement | An empty BlockAdditions element was read or written |
CEmptyCuePointElement | An empty CuePoint element was read or written |
CEmptyCuesElement | An empty Cues element was read or written |
CEmptyFrame | An empty frame was encountered |
CEmptyTracksElement | An empty Tracks element was read or written |
▼CFileCluster | The in-file Cluster implementation |
CIteratorBase | |
CFileData | The data of an attached file |
CFloatElement | Float primitive element |
CIntElement | Signed integer primitive element |
CInvalidChildID | A child element was found where it doesn't belong |
CInvalidEBMLID | An invalid EBML class ID was found |
CInvalidElementID | An invalid Element ID was provided |
CInvalidVarInt | An invalid variable-length integer was found |
CMasterElement | The MasterElement interface |
CMaxLaceSizeExceeded | The maximum lace size for a block was exceeded |
▼CMemoryCluster | The in-memory Cluster implementation |
CIteratorBase | |
CMissingChild | A necessary child element was missing |
CMultipleSeekHeads | A segment was found with multiple meta-seeks |
CNoAttachedData | An attached file with no data was read or written |
CNoAttachments | An attachments element with no attachments was read or written |
CNoClusters | A segment was found without at least one cluster |
CNoSegmentInfo | A segment was found without a segment info element |
CNotEBML | File is not an EBML file |
CNotImplemented | Something is not supported |
CNoTracks | A segment was found without a tracks information element |
CNotTawara | File is not a Tawara file |
CNotWriting | A segment or cluster was finalised before being started |
CPrimitiveElement | The primitive data element interface |
CReadError | A read error was encountered during a read |
CSeekElement | The Seek element, which contains a single index point in the SeekHead element |
CSeekHead | The SeekHead element, used as an index for a Tawara file |
▼CSegment | The Segment element |
CBlockIteratorBase | |
CClusterIteratorBase | |
CSegmentInfo | The SegmentInfo element, containing the meta-data for a segment |
CSilentTrackNumber | The track number of a silent track |
CSimpleBlock | The SimpleBlock element, a simplified version of Blocks |
CSpecSizeTooSmall | A specified size for a variable-length integer is too small |
CStringElement | String primitive element |
CTawara | The Tawara interface, the interface provided by all Tawara objects |
CTawaraError | Base error type |
CTawaraImpl | Implementation of the Tawara interface |
CTrackEntry | A track entry provides the meta-data for a single track |
CTrackJoinBlocks | JoinBlocks track operation |
CTrackOperationBase | Abstract base class for individual track operations |
CTracks | The Tracks element, listing all tracks in the segment |
CUIntElement | Unsigned integer primitive element |
CValueOutOfRange | A child element's value was set outside the allowable range |
CValueSizeOutOfRange | A child element's size is below or above the required size |
CVarIntTooBig | A variable-length integer is too large to be encoded |
CVoidElement | Void primitive element |
CVoidTooSmall | The requested size of a void element is too small |
CWriteError | A write error was encountered during a write |
▼Ntest_utils | |
CTotalSizeOp |