@@ -2344,8 +2344,8 @@ Track or Datagram.
2344
2344
* Object Status: As enumeration used to indicate missing
2345
2345
objects or mark the end of a group or track. See {{object-status}} below.
2346
2346
2347
- * Object Extension Count : The number of Object Extensions present. A value of 0
2348
- indicates that no Object Extension Headers are present .
2347
+ * Object Extension Length : The total length of the Object Extension Headers
2348
+ block, in bytes .
2349
2349
2350
2350
* Object Extensions : A sequence of Object Extension Headers. See
2351
2351
{{object-extensions}} below.
@@ -2449,7 +2449,7 @@ OBJECT_DATAGRAM {
2449
2449
Group ID (i),
2450
2450
Object ID (i),
2451
2451
Publisher Priority (8),
2452
- Extension Count (i),
2452
+ Extension Headers Length (i),
2453
2453
[Extension headers (...)],
2454
2454
Object Payload Length (i),
2455
2455
[Object Status (i)],
@@ -2517,7 +2517,7 @@ The Object Status field is only sent if the Object Payload Length is zero.
2517
2517
~~~
2518
2518
{
2519
2519
Object ID (i),
2520
- Extension Count (i),
2520
+ Extension Headers Length (i),
2521
2521
[Extension headers (...)],
2522
2522
Object Payload Length (i),
2523
2523
[Object Status (i)],
@@ -2621,7 +2621,7 @@ Each object sent on a fetch stream after the FETCH_HEADER has the following form
2621
2621
Subgroup ID (i),
2622
2622
Object ID (i),
2623
2623
Publisher Priority (8),
2624
- Extension Count (i),
2624
+ Extension Headers Length (i),
2625
2625
[Extension headers (...)],
2626
2626
Object Payload Length (i),
2627
2627
[Object Status (i)],
@@ -2674,7 +2674,7 @@ STREAM_HEADER_GROUP {
2674
2674
}
2675
2675
{
2676
2676
Object ID = 0
2677
- Extension Count = 2
2677
+ Extension Headers Length = 33
2678
2678
{ Type = 4
2679
2679
Value = 2186796243
2680
2680
},
0 commit comments