RTC Toolkit
2.0.0
|
Unique identifier for packets of a single stream. More...
#include <packetCombiner.hpp>
Public Member Functions | |
bool | operator< (const StreamIdentifier &rhs) const |
bool | operator== (const StreamIdentifier &rhs) const |
bool | operator!= (const StreamIdentifier &rhs) const |
StreamIdentifier (int32_t new_topic_id, uint16_t new_component_id, uint16_t new_application_tag) | |
StreamIdentifier ()=default | |
Public Attributes | |
int32_t | topic_id |
uint16_t | component_id |
uint16_t | application_tag |
Unique identifier for packets of a single stream.
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
uint16_t StreamIdentifier::application_tag |
uint16_t StreamIdentifier::component_id |
int32_t StreamIdentifier::topic_id |