|
LibQuicR
|
#include <cstdint>#include <map>#include <optional>#include <quicr/detail/base_track_handler.h>Go to the source code of this file.
Classes | |
| struct | quicr::ObjectHeaders |
| Object headers struct. More... | |
Namespaces | |
| namespace | quicr |
Typedefs | |
| using | quicr::Extensions = std::map<uint64_t, std::vector<uint8_t>> |
Enumerations | |
| enum struct | quicr::ObjectStatus : uint8_t { quicr::kAvailable = 0x0 , quicr::kDoesNotExist = 0x1 , quicr::kEndOfGroup = 0x3 , quicr::kEndOfTrack = 0x4 , quicr::kEndOfSubGroup = 0x5 } |
| Status of object as reported by the publisher. More... | |