Tawara
0.1.0
|
#include <boost/operators.hpp>
#include <boost/shared_ptr.hpp>
#include <tawara/master_element.h>
#include <tawara/uint_element.h>
#include <tawara/win_dll.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | tawara::CueTrackPosition |
The position in the segment of the data for a single track. More... | |
class | tawara::CuePoint |
A CuePoint is an index from a timecode to one or more cluster/block positions. More... | |
class | tawara::Cues |
The Cues element provides a list of indexes into the blocks for specific timecodes. More... | |
Namespaces | |
tawara | |
Functions | |
bool | tawara::operator== (CueTrackPosition const &lhs, CueTrackPosition const &rhs) |
Equality operator for the CueTrackPosition element. More... | |
bool | tawara::operator== (CuePoint const &lhs, CuePoint const &rhs) |
Equality operator for the CuePoint element. More... | |
bool | tawara::operator== (Cues const &lhs, Cues const &rhs) |
Equality operator for the Cues element. More... | |