See RFC 3550 section 5
More...
#include <frame.hh>
|
struct rtp_header | header |
|
uint32_t * | csrc = nullptr |
|
struct ext_header * | ext = nullptr |
|
size_t | padding_len = 0 |
|
size_t | payload_len = 0 |
| Length of the packet payload in bytes added by uvgRTP to help process the frame.
|
|
uint8_t * | payload = nullptr |
|
See RFC 3550 section 5
Definition at line 68 of file frame.hh.
◆ csrc
uint32_t* uvgrtp::frame::rtp_frame::csrc = nullptr |
◆ ext
struct ext_header* uvgrtp::frame::rtp_frame::ext = nullptr |
◆ header
struct rtp_header uvgrtp::frame::rtp_frame::header |
◆ padding_len
size_t uvgrtp::frame::rtp_frame::padding_len = 0 |
◆ payload
uint8_t* uvgrtp::frame::rtp_frame::payload = nullptr |
◆ payload_len
size_t uvgrtp::frame::rtp_frame::payload_len = 0 |
Length of the packet payload in bytes added by uvgRTP to help process the frame.
payload_len = total length - header length - padding length (if padded)
Definition at line 79 of file frame.hh.
The documentation for this struct was generated from the following file: