Submitted by Leonard Daly on
This is a fixed-length structure that is XX bytes long. It is encoded as binary data.
Element | Value | Description |
magicNumber | SRC | Identifies this file as a SRC file. |
headerFormat | JSON | UTF-8 encoded character string that identifies this file header as JSON formatted. |
headerVersion | 1_0 | UTF-8 encoded character string that identifies the version of this header for this encoding. Fraunhofer currently has this field and headerFormat as a single string. Should these be split? Is it necessary to have a byte/character count prior to the string? Should the headerLength (binary number) occur prior to these strings? |
headerLength | Total number of bytes in the header not including the preamble. |
Example
example here
- Log in to post comments