Represents a single text field
Mp4 metadata normally held as follows:
MP4Box Parent contains
:length (includes length of data child) (4 bytes)
:name (4 bytes)
:child with
:length (4 bytes)
:name 'Data' (4 bytes)
:atom version (1 byte)
:atom type flags (3 bytes)
:null field (4 bytes)
:data
Note:This class is initilized with the child data atom only, the parent data has already been processed, this may
change as it seems that code should probably be enscapulated into this. Whereas the raw content returned by the
getRawContent() contais the byte data for parent and child. |