Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
RTP packet sequencer. More...
#include <sequencer.h>
Public Member Functions | |
Sequencer (Identity &identity, unsigned int payload_type) | |
Initialize. More... | |
bool | is_valid () const |
Check if was constructed successfully. More... | |
virtual void | next (packet::Packet &packet, core::nanoseconds_t capture_ts, packet::stream_timestamp_t duration) |
Fill next packet. More... | |
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.