RTCP SR (Sender Report) information.
More...
#include <defs.h>
Data Fields
Synchronization source identifier.
More...
NTP time when the report was sent.
More...
RTP time when the report was sent.
More...
Total number of packets sent.
More...
Total number of bytes sent (excluding headers or padding)
More...
Detailed Description
RTCP SR (Sender Report) information.
The received sender report information for an RTSP stream, exposed as AV_PKT_DATA_RTCP_SR side data.
Definition at line 345 of file defs.h.
Field Documentation
◆ ssrc
uint32_t AVRTCPSenderReport::ssrc
Synchronization source identifier.
Definition at line 346 of file defs.h.
◆ ntp_timestamp
uint64_t AVRTCPSenderReport::ntp_timestamp
◆ rtp_timestamp
uint32_t AVRTCPSenderReport::rtp_timestamp
RTP time when the report was sent.
Definition at line 348 of file defs.h.
◆ sender_nb_packets
uint32_t AVRTCPSenderReport::sender_nb_packets
Total number of packets sent.
Definition at line 349 of file defs.h.
◆ sender_nb_bytes
uint32_t AVRTCPSenderReport::sender_nb_bytes
Total number of bytes sent (excluding headers or padding)
Definition at line 350 of file defs.h.
The documentation for this struct was generated from the following file: