39 #if !defined(TAWARA_BLOCK_ELEMENT_H_)
40 #define TAWARA_BLOCK_ELEMENT_H_
42 #include <boost/shared_ptr.hpp>
52 int16_t timecode,
LacingType lacing=LACING_NONE)
57 typedef boost::shared_ptr<BlockElement>
Ptr;
61 #endif // TAWARA_BLOCK_ELEMENT_H_
boost::shared_ptr< BlockElement > Ptr
BlockElement(tawara::ids::ID id, uint64_t track_number, int16_t timecode, LacingType lacing=LACING_NONE)
The Element interface, a basic interface to an element object.