XML Display

Navigation:  MXF file views >

XML Display

Previous pageReturn to chapter overviewNext page

The XML display shows all the detail that MXFX can extract from an MXF file.

The XML format is not yet standardized, when it is it the format of this display will be changed to conform with the standard.

Most entries will have 3 parts

for example:

<StoredWidth g:type="UInt32">720</StoredWidth>

StoredWidth is the name of the piece of metadata.

g:type= gives the type of the field, in this case a 32 bit integer.

720 is the value of the integer

Metadata entries that are contained within other entries are shown as indented.