§8.2.

Location Structure

draft-21 · View on IETF ↗

Location identifies a particular Object in a Group within a Track.

Location {
  Group (vi64),
  Object (vi64)
}
Figure 1: Location structure

In this document, a Location can be expressed in the form of {GroupID, ObjectID}, where GroupID and ObjectID indicate the Group ID and Object ID of the Location, respectively. The constituent parts of any Location A can be referred to using A.Group or A.Object.

Location A < Location B if:

A.Group < B.Group || (A.Group == B.Group && A.Object < B.Object)

This is one section of the MoQT specification, rendered per-section for quick reference and citation. The authoritative text is draft-ietf-moq-transport-21 at the IETF.