See RFC 3550 section 6.4.1
More...
#include <frame.hh>
|
uint32_t | ntp_msw = 0 |
| NTP timestamp, most significant word.
|
|
uint32_t | ntp_lsw = 0 |
| NTP timestamp, least significant word.
|
|
uint32_t | rtp_ts = 0 |
| RTP timestamp corresponding to this NTP timestamp.
|
|
uint32_t | pkt_cnt = 0 |
|
uint32_t | byte_cnt = 0 |
| Also known as octet count.
|
|
See RFC 3550 section 6.4.1
Definition at line 110 of file frame.hh.
◆ byte_cnt
uint32_t uvgrtp::frame::rtcp_sender_info::byte_cnt = 0 |
Also known as octet count.
Definition at line 119 of file frame.hh.
◆ ntp_lsw
uint32_t uvgrtp::frame::rtcp_sender_info::ntp_lsw = 0 |
NTP timestamp, least significant word.
Definition at line 114 of file frame.hh.
◆ ntp_msw
uint32_t uvgrtp::frame::rtcp_sender_info::ntp_msw = 0 |
NTP timestamp, most significant word.
Definition at line 112 of file frame.hh.
◆ pkt_cnt
uint32_t uvgrtp::frame::rtcp_sender_info::pkt_cnt = 0 |
◆ rtp_ts
uint32_t uvgrtp::frame::rtcp_sender_info::rtp_ts = 0 |
RTP timestamp corresponding to this NTP timestamp.
Definition at line 116 of file frame.hh.
The documentation for this struct was generated from the following file: