STCO-box added

This commit is contained in:
Erik Zandvliet 2011-01-01 20:39:20 +01:00
parent c93a0bb815
commit 9a1de4042e
2 changed files with 55 additions and 0 deletions

18
MP4/box_stco.h Normal file
View file

@ -0,0 +1,18 @@
#include "box.h"
#include <string>
#include <vector>
class Box_stco {
public:
Box_stco( );
~Box_stco();
Box * GetBox();
void SetReserved( );
void AddOffset( uint32_t DataOffset, uint32_t Offset = 0 );
private:
Box * Container;
void WriteOffsets( );
std::vector<uint32_t> Offsets;
};//Box_ftyp Class