uvgRTP 3.1.3
An open-source library for RTP/SRTP media delivery
Loading...
Searching...
No Matches
uvgrtp::frame::rtcp_sender_info Struct Reference

See RFC 3550 section 6.4.1 More...

#include <frame.hh>

Public Attributes

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.
 

Detailed Description

See RFC 3550 section 6.4.1

Definition at line 110 of file frame.hh.

Member Data Documentation

◆ 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

Definition at line 117 of file frame.hh.

◆ 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: