![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
RTCP compound packet traverser. More...
#include <roc_rtcp/traverser.h>
Classes | |
| class | Iterator |
| Packet iterator. More... | |
Public Member Functions | |
| Traverser (const core::Slice< uint8_t > &buf) | |
| Initialize traverser. It will parse and iterate provided buffer. | |
| bool | parse () |
| Parse packet from buffer. | |
| Iterator | iter () const |
| Construct iterator. | |
RTCP compound packet traverser.
Definition at line 24 of file traverser.h.
|
explicit |
Initialize traverser. It will parse and iterate provided buffer.
| Iterator roc::rtcp::Traverser::iter | ( | ) | const |
Construct iterator.
| bool roc::rtcp::Traverser::parse | ( | ) |
Parse packet from buffer.