FFmpeg
|
RTCP SR (Sender Report) information. More...
#include <defs.h>
Data Fields | |
uint32_t | ssrc |
Synchronization source identifier. More... | |
uint64_t | ntp_timestamp |
NTP time when the report was sent. More... | |
uint32_t | rtp_timestamp |
RTP time when the report was sent. More... | |
uint32_t | sender_nb_packets |
Total number of packets sent. More... | |
uint32_t | sender_nb_bytes |
Total number of bytes sent (excluding headers or padding) More... | |
RTCP SR (Sender Report) information.
The received sender report information for an RTSP stream, exposed as AV_PKT_DATA_RTCP_SR side data.
uint32_t AVRTCPSenderReport::ssrc |
uint64_t AVRTCPSenderReport::ntp_timestamp |
NTP time when the report was sent.
Definition at line 344 of file defs.h.
Referenced by rtsp_read_play().
uint32_t AVRTCPSenderReport::rtp_timestamp |
uint32_t AVRTCPSenderReport::sender_nb_packets |
uint32_t AVRTCPSenderReport::sender_nb_bytes |