AMF Parsing uitleg uit G-Chat toegevoegd als pdf, voor offline reference
This commit is contained in:
parent
1c69d2dbc8
commit
c646e99270
1 changed files with 1 additions and 1 deletions
|
@ -8,10 +8,10 @@ class Box_trak {
|
||||||
~Box_trak();
|
~Box_trak();
|
||||||
Box * GetBox();
|
Box * GetBox();
|
||||||
void AddContent( Box * newcontent, uint32_t offset = 0 );
|
void AddContent( Box * newcontent, uint32_t offset = 0 );
|
||||||
|
void WriteContent( );
|
||||||
private:
|
private:
|
||||||
Box * Container;
|
Box * Container;
|
||||||
|
|
||||||
void WriteContent( );
|
|
||||||
std::vector<Box *> Content;
|
std::vector<Box *> Content;
|
||||||
};//Box_ftyp Class
|
};//Box_ftyp Class
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue