RTP packet.
More...
#include <roc_packet/rtp.h>
|
| | RTP () |
| | Construct zero RTP packet.
|
| |
| int | compare (const RTP &) const |
| | Determine packet order.
|
| |
RTP packet.
Definition at line 24 of file rtp.h.
◆ RTP()
| roc::packet::RTP::RTP |
( |
| ) |
|
Construct zero RTP packet.
◆ compare()
| int roc::packet::RTP::compare |
( |
const RTP & |
| ) |
const |
◆ capture_timestamp
Packet capture timestamp ("cts").
Definition at line 68 of file rtp.h.
◆ duration
◆ header
◆ marker
| bool roc::packet::RTP::marker |
◆ padding
◆ payload
◆ payload_type
| unsigned int roc::packet::RTP::payload_type |
◆ seqnum
Packet sequence number in packet stream ("sn").
Definition at line 35 of file rtp.h.
◆ source_id
Packet source ID identifying packet stream ("ssrc").
Definition at line 29 of file rtp.h.
◆ stream_timestamp
Packet stream timestamp ("sts").
Definition at line 46 of file rtp.h.
The documentation for this struct was generated from the following file: