12#ifndef ROC_RTP_PARSER_H_
13#define ROC_RTP_PARSER_H_
Base class for non-copyable objects.
Shared ownership intrusive pointer.
RTP encoding map. Thread-safe. Returned encodings are immutable and can be safely used from any threa...
virtual bool parse(packet::Packet &packet, const core::Slice< uint8_t > &buffer)
Parse packet from buffer.
Parser(const EncodingMap &encoding_map, packet::IParser *inner_parser)
Initialization.