RTC Toolkit
2.0.0
|
Unique identifier for packets of a single frame. More...
#include <packetCombiner.hpp>
Public Member Functions | |
bool | operator< (const FrameIdentifier &rhs) const |
bool | operator== (const FrameIdentifier &rhs) const |
bool | operator!= (const FrameIdentifier &rhs) const |
FrameIdentifier (SampleIdentifier new_sample_id, uint16_t new_frame_id) | |
FrameIdentifier ()=default | |
Public Attributes | |
SampleIdentifier | sample_id |
uint16_t | frame_id |
Unique identifier for packets of a single frame.
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
uint16_t FrameIdentifier::frame_id |
SampleIdentifier FrameIdentifier::sample_id |