2.4.1.1 ChunkDescription
The chunks field is composed of the chunk type, the chunk data length and the chunk data that contains segment description.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bChunkType |
dwChunkDataLength |
||||||||||||||||||||||||||||||
... |
chunkData (variable) |
||||||||||||||||||||||||||||||
... |
bChunkType (1 byte): Identifies the type and format of chunk data. MUST be set to 0x00.
dwChunkDataLength (4 bytes): Length of the chunk data, in bytes.
chunkData (variable): One or more segment descriptions. Each segment's description is as specified in 2.4.1.2.