moqtail-ts
    Preparing search index...

    Class Location

    Represents a position in a MOQT track, consisting of a group and object index.

    Used for specifying start/end positions in subscription and fetch requests.

    • group: The group index (e.g. segment, GOP, or logical group).
    • object: The object index within the group (e.g. frame, chunk).
    Index

    Constructors

    Properties

    group: bigint

    The group index for this location.

    object: bigint

    The object index within the group for this location.

    Methods