LibQuicR
Loading...
Searching...
No Matches
quicr::FullTrackName Struct Reference

Full track name struct. More...

#include <track_name.h>

Public Attributes

TrackNamespace name_space
 
std::vector< uint8_t > name
 
std::optional< uint64_t > track_alias
 

Detailed Description

Full track name struct.

Struct of the full track name, which includes the namespace tuple, name, and track alias Track alias will be set by the Transport.

Examples
client.cpp, and server.cpp.

Member Data Documentation

◆ name

std::vector<uint8_t> quicr::FullTrackName::name

◆ name_space

TrackNamespace quicr::FullTrackName::name_space
Examples
server.cpp.

◆ track_alias

std::optional<uint64_t> quicr::FullTrackName::track_alias

The documentation for this struct was generated from the following file: