Skip to content

Commit 26049b9

Browse files
authored
Fix LOC property type values
Updated property type values for LOC: TIMESTAMP, VIDEO_FRAME_MARKING, VIDEO_CONFIG, AUIDO_CONFIG
1 parent cf615fe commit 26049b9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

draft-ietf-moq-transport.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5294,11 +5294,12 @@ These entries share the same Property Type space as the table above.
52945294

52955295
| Type | Name | Scope | Specification |
52965296
|-----:|:-----|:------|:--------------|
5297-
| 0x06 | TIMESTAMP | Object | draft-ietf-moq-loc |
5297+
| 0x0A | TIMESTAMP | Object | draft-ietf-moq-loc |
52985298
| 0x08 | TIMESCALE | Track, Object | draft-ietf-moq-loc |
5299-
| 0x0A | VIDEO_FRAME_MARKING | Object | draft-ietf-moq-loc |
5299+
| 0x09 | VIDEO_FRAME_MARKING | Object | draft-ietf-moq-loc |
53005300
| 0x0C | AUDIO_LEVEL | Object | draft-ietf-moq-loc |
5301-
| 0x0D | VIDEO_CONFIG | Object | draft-ietf-moq-loc |
5301+
| 0x0D | VIDEO_CONFIG | Track, Object | draft-ietf-moq-loc |
5302+
| 0x0F | AUIDO_CONFIG | Track, Object | draft-ietf-moq-loc |
53025303

53035304
Endpoints MUST ignore unknown Property types, skipping them according
53045305
to the Key-Value-Pair encoding; odd types use their length field, even

0 commit comments

Comments
 (0)