![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
RTP packet sequencer. More...
#include <roc_rtp/sequencer.h>

Public Member Functions | |
| Sequencer (Identity &identity, unsigned int payload_type) | |
| Initialize. | |
| bool | is_valid () const |
| Check if was constructed successfully. | |
| virtual void | next (packet::Packet &packet, core::nanoseconds_t capture_ts, packet::stream_timestamp_t duration) |
| Fill next packet. | |
RTP packet sequencer.
Definition at line 23 of file sequencer.h.
| roc::rtp::Sequencer::Sequencer | ( | Identity & | identity, |
| unsigned int | payload_type | ||
| ) |
Initialize.
| bool roc::rtp::Sequencer::is_valid | ( | ) | const |
Check if was constructed successfully.
|
virtual |
Fill next packet.
Implements roc::packet::ISequencer.